#BC8EE8

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

Shades of Wisteria #BC8EE8

Tints of Wisteria #BC8EE8

Color information

#BC8EE8 (or 0xBC8EE8) is unknown color: approx Wisteria. HEX triplet: BC, 8E and E8. RGB value is (188,142,232). Sum of RGB (Red+Green+Blue) = 188+142+232=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC8EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8EE8 is #437117. Grayscale: #A5A5A5. Windows color (decimal): -4419864 or 15240892. OLE color: 15240892.

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

Color convert

RGB188142232-
CMYK0.190.3900.09
HSL270.67º66.18%73.33%-
HSV(B)270.67º38.79%90.98%-
XYZ44.9835.8680.9-
YUV166.01165.24143.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=33.45%
G=25.27%
B=41.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881422320.190.3900.09270.6766.1873.33
HexBC8EE813270910f4249
Octal2742163502347011417102111
Binary101111001000111011101000100111001110100110000111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EE8; }

 p { color: rgb(188,142,232); }

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

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

 a { background-color: rgb(188,142,232); }

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

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

 span { border-color: rgb(188,142,232); }

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