#BC84E9

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

Shades of Wisteria #BC84E9

Tints of Wisteria #BC84E9

Color information

#BC84E9 (or 0xBC84E9) is unknown color: approx Wisteria. HEX triplet: BC, 84 and E9. RGB value is (188,132,233). Sum of RGB (Red+Green+Blue) = 188+132+233=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC84E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84E9 is #437B16. Grayscale: #9F9F9F. Windows color (decimal): -4422423 or 15303868. OLE color: 15303868.

HSL color Cylindrical-coordinate representation of color #BC84E9: hue angle of 273.27º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC84E9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188132233-
CMYK0.190.4300.09
HSL273.27º69.66%71.57%-
HSV(B)273.27º43.35%91.37%-
XYZ43.733.0881.17-
YUV160.26169.05147.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=34.00%
G=23.87%
B=42.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881322330.190.4300.09273.2769.6671.57
HexBC84E9132B091114648
Octal2742043512353011421106110
Binary101111001000010011101001100111010110100110001000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84E9; }

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

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

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

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

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

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

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

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