Shades of Wisteria #BC8FCE
Tints of Wisteria #BC8FCE
RGB
CMYK
RGB Variations
Color information
#BC8FCE (or 0xBC8FCE) is known color: Wisteria. HEX triplet: BC, 8F and CE. RGB value is (188,143,206). Sum of RGB (Red+Green+Blue) = 188+143+206=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FCE is #437031. Grayscale: #A3A3A3. Windows color (decimal): -4419634 or 13537212. OLE color: 13537212.
HSL color Cylindrical-coordinate representation of color #BC8FCE: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8FCE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 143 | 206 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.19 |
| HSL | 282.86º | 0.39% | 0.68% | - |
| HSV(B) | 282.86º | 0.31% | 0.81% | - |
| XYZ | 41.7 | 34.79 | 62.91 | - |
| YUV | 163.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 206 | 0.09 | 0.31 | 0 | 0.19 | 282.86 | 0.39 | 0.68 |
| Hex | BC | 8F | CE | 9 | 1F | 0 | 13 | 11B | 27 | 44 |
| Octal | 274 | 217 | 316 | 11 | 37 | 0 | 23 | 433 | 47 | 104 |
| Binary | 10111100 | 10001111 | 11001110 | 1001 | 11111 | 0 | 10011 | 100011011 | 100111 | 1000100 |
Color Harmonies of #BC8FCE
Complementary color
Monochromatic Colors of #BC8FCE
Black with #BC8FCE
Text Example
Text Example
White with #BC8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FCE; }
p { color: rgb(188,143,206); }
H1.HeaderClassName
{
color: #BC8FCE;
}
.AnyTagClassName
{
color: #BC8FCE;
}
</style>
background-color css
<style>
a { background-color: #BC8FCE; }
a { background-color: rgb(188,143,206); }
div.DivClassName
{
background-color: #BC8FCE;
}
.BgClassName
{
background-color: #BC8FCE;
}
</style>
border-color css
<style>
span { border-color: #BC8FCE; }
span { border-color: rgb(188,143,206); }
td.TdClassName
{
border-color: #BC8FCE;
}
.TagClassName
{
border-color: #BC8FCE;
}
</style>