#BC8DE8

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

Shades of Wisteria #BC8DE8

Tints of Wisteria #BC8DE8

Color information

#BC8DE8 (or 0xBC8DE8) is unknown color: approx Wisteria. HEX triplet: BC, 8D and E8. RGB value is (188,141,232). Sum of RGB (Red+Green+Blue) = 188+141+232=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DE8 is #437217. Grayscale: #A5A5A5. Windows color (decimal): -4420120 or 15240636. OLE color: 15240636.

HSL color Cylindrical-coordinate representation of color #BC8DE8: hue angle of 270.99º 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 #BC8DE8 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188141232-
CMYK0.190.3900.09
HSL270.99º66.42%73.14%-
HSV(B)270.99º39.22%90.98%-
XYZ44.8335.5780.85-
YUV165.43165.57144.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=33.51%
G=25.13%
B=41.35%

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
Decimal1881412320.190.3900.09270.9966.4273.14
HexBC8DE813270910f4249
Octal2742153502347011417102111
Binary101111001000110111101000100111001110100110000111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DE8; }

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

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

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

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

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

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

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

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