Shades of Wisteria #BC8FEB
Tints of Wisteria #BC8FEB
RGB
CMYK
RGB Variations
Color information
#BC8FEB (or 0xBC8FEB) is known color: Wisteria. HEX triplet: BC, 8F and EB. RGB value is (188,143,235). Sum of RGB (Red+Green+Blue) = 188+143+235=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FEB is #437014. Grayscale: #A6A6A6. Windows color (decimal): -4419605 or 15437756. OLE color: 15437756.
HSL color Cylindrical-coordinate representation of color #BC8FEB: hue angle of 269.35º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8FEB is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 143 | 235 | - |
| CMYK | 0.2 | 0.39 | 0 | 0.08 |
| HSL | 269.35º | 0.7% | 0.74% | - |
| HSV(B) | 269.35º | 0.39% | 0.92% | - |
| XYZ | 45.56 | 36.33 | 83.21 | - |
| YUV | 166.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 235 | 0.2 | 0.39 | 0 | 0.08 | 269.35 | 0.7 | 0.74 |
| Hex | BC | 8F | EB | 14 | 27 | 0 | 8 | 10D | 46 | 4A |
| Octal | 274 | 217 | 353 | 24 | 47 | 0 | 10 | 415 | 106 | 112 |
| Binary | 10111100 | 10001111 | 11101011 | 10100 | 100111 | 0 | 1000 | 100001101 | 1000110 | 1001010 |
Color Harmonies of #BC8FEB
Complementary color
Monochromatic Colors of #BC8FEB
Black with #BC8FEB
Text Example
Text Example
White with #BC8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FEB; }
p { color: rgb(188,143,235); }
H1.HeaderClassName
{
color: #BC8FEB;
}
.AnyTagClassName
{
color: #BC8FEB;
}
</style>
background-color css
<style>
a { background-color: #BC8FEB; }
a { background-color: rgb(188,143,235); }
div.DivClassName
{
background-color: #BC8FEB;
}
.BgClassName
{
background-color: #BC8FEB;
}
</style>
border-color css
<style>
span { border-color: #BC8FEB; }
span { border-color: rgb(188,143,235); }
td.TdClassName
{
border-color: #BC8FEB;
}
.TagClassName
{
border-color: #BC8FEB;
}
</style>