#BC84F7

Color #BC84F7 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BC84F7

Tints of Wisteria #BC84F7

Color information

#BC84F7 (or 0xBC84F7) is unknown color: approx Wisteria. HEX triplet: BC, 84 and F7. RGB value is (188,132,247). Sum of RGB (Red+Green+Blue) = 188+132+247=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84F7 is #437B08. Grayscale: #A1A1A1. Windows color (decimal): -4422409 or 16221372. OLE color: 16221372.

HSL color Cylindrical-coordinate representation of color #BC84F7: hue angle of 269.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC84F7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188132247-
CMYK0.240.4700.03
HSL269.22º87.79%74.31%-
HSV(B)269.22º46.56%96.86%-
XYZ45.7833.9192.13-
YUV161.85176.05146.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=33.16%
G=23.28%
B=43.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881322470.240.4700.03269.2287.7974.31
HexBC84F7182F0310d584a
Octal274204367305703415130112
Binary1011110010000100111101111100010111101110000110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84F7; }

 p { color: rgb(188,132,247); }

 H1.HeaderClassName
 {
   color: #BC84F7;
 }
 .AnyTagClassName
 {
   color: #BC84F7;
 }
</style>
background-color css

<style>
 a { background-color: #BC84F7; }

 a { background-color: rgb(188,132,247); }

 div.DivClassName
 {
   background-color: #BC84F7;
 }
 .BgClassName
 {
   background-color: #BC84F7;
 }
</style>
border-color css

<style>
 span { border-color: #BC84F7; }

 span { border-color: rgb(188,132,247); }

 td.TdClassName
 {
   border-color: #BC84F7;
 }
 .TagClassName
 {
   border-color: #BC84F7;
 }
</style>