Shades of Wisteria #BC91CF
Tints of Wisteria #BC91CF
RGB
CMYK
RGB Variations
Color information
#BC91CF (or 0xBC91CF) is known color: Wisteria. HEX triplet: BC, 91 and CF. RGB value is (188,145,207). Sum of RGB (Red+Green+Blue) = 188+145+207=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91CF is #436E30. Grayscale: #A4A4A4. Windows color (decimal): -4419121 or 13603260. OLE color: 13603260.
HSL color Cylindrical-coordinate representation of color #BC91CF: hue angle of 281.61º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC91CF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 145 | 207 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.19 |
| HSL | 281.61º | 0.39% | 0.69% | - |
| HSV(B) | 281.61º | 0.3% | 0.81% | - |
| XYZ | 42.13 | 35.45 | 63.65 | - |
| YUV | 164.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 207 | 0.09 | 0.30 | 0 | 0.19 | 281.61 | 0.39 | 0.69 |
| Hex | BC | 91 | CF | 9 | 1E | 0 | 13 | 11A | 27 | 45 |
| Octal | 274 | 221 | 317 | 11 | 36 | 0 | 23 | 432 | 47 | 105 |
| Binary | 10111100 | 10010001 | 11001111 | 1001 | 11110 | 0 | 10011 | 100011010 | 100111 | 1000101 |
Color Harmonies of #BC91CF
Complementary color
Monochromatic Colors of #BC91CF
Black with #BC91CF
Text Example
Text Example
White with #BC91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91CF; }
p { color: rgb(188,145,207); }
H1.HeaderClassName
{
color: #BC91CF;
}
.AnyTagClassName
{
color: #BC91CF;
}
</style>
background-color css
<style>
a { background-color: #BC91CF; }
a { background-color: rgb(188,145,207); }
div.DivClassName
{
background-color: #BC91CF;
}
.BgClassName
{
background-color: #BC91CF;
}
</style>
border-color css
<style>
span { border-color: #BC91CF; }
span { border-color: rgb(188,145,207); }
td.TdClassName
{
border-color: #BC91CF;
}
.TagClassName
{
border-color: #BC91CF;
}
</style>