Shades of Wisteria #BC8CEF
Tints of Wisteria #BC8CEF
RGB
CMYK
RGB Variations
Color information
#BC8CEF (or 0xBC8CEF) is known color: Wisteria. HEX triplet: BC, 8C and EF. RGB value is (188,140,239). Sum of RGB (Red+Green+Blue) = 188+140+239=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CEF is #437310. Grayscale: #A5A5A5. Windows color (decimal): -4420369 or 15699132. OLE color: 15699132.
HSL color Cylindrical-coordinate representation of color #BC8CEF: hue angle of 269.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8CEF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 140 | 239 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.06 |
| HSL | 269.09º | 0.76% | 0.74% | - |
| HSV(B) | 269.09º | 0.41% | 0.94% | - |
| XYZ | 45.7 | 35.68 | 86.14 | - |
| YUV | 165.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 239 | 0.21 | 0.41 | 0 | 0.06 | 269.09 | 0.76 | 0.74 |
| Hex | BC | 8C | EF | 15 | 29 | 0 | 6 | 10D | 4C | 4A |
| Octal | 274 | 214 | 357 | 25 | 51 | 0 | 6 | 415 | 114 | 112 |
| Binary | 10111100 | 10001100 | 11101111 | 10101 | 101001 | 0 | 110 | 100001101 | 1001100 | 1001010 |
Color Harmonies of #BC8CEF
Complementary color
Monochromatic Colors of #BC8CEF
Black with #BC8CEF
Text Example
Text Example
White with #BC8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CEF; }
p { color: rgb(188,140,239); }
H1.HeaderClassName
{
color: #BC8CEF;
}
.AnyTagClassName
{
color: #BC8CEF;
}
</style>
background-color css
<style>
a { background-color: #BC8CEF; }
a { background-color: rgb(188,140,239); }
div.DivClassName
{
background-color: #BC8CEF;
}
.BgClassName
{
background-color: #BC8CEF;
}
</style>
border-color css
<style>
span { border-color: #BC8CEF; }
span { border-color: rgb(188,140,239); }
td.TdClassName
{
border-color: #BC8CEF;
}
.TagClassName
{
border-color: #BC8CEF;
}
</style>