Shades of Wisteria #BC8DE8
Tints of Wisteria #BC8DE8
RGB
CMYK
RGB Variations
Color information
#BC8DE8 (or 0xBC8DE8) is known color: 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
| RGB | 188 | 141 | 232 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.09 |
| HSL | 270.99º | 0.66% | 0.73% | - |
| HSV(B) | 270.99º | 0.39% | 0.91% | - |
| XYZ | 44.83 | 35.57 | 80.85 | - |
| YUV | 165.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 232 | 0.19 | 0.39 | 0 | 0.09 | 270.99 | 0.66 | 0.73 |
| Hex | BC | 8D | E8 | 13 | 27 | 0 | 9 | 10F | 42 | 49 |
| Octal | 274 | 215 | 350 | 23 | 47 | 0 | 11 | 417 | 102 | 111 |
| Binary | 10111100 | 10001101 | 11101000 | 10011 | 100111 | 0 | 1001 | 100001111 | 1000010 | 1001001 |
Color Harmonies of #BC8DE8
Complementary color
Monochromatic Colors of #BC8DE8
Black with #BC8DE8
Text Example
Text Example
White with #BC8DE8
Text Example
Text Example
HTML Codes & Css Web 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>