Shades of Wisteria #BC90CF
Tints of Wisteria #BC90CF
RGB
CMYK
RGB Variations
Color information
#BC90CF (or 0xBC90CF) is known color: Wisteria. HEX triplet: BC, 90 and CF. RGB value is (188,144,207). Sum of RGB (Red+Green+Blue) = 188+144+207=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CF is #436F30. Grayscale: #A4A4A4. Windows color (decimal): -4419377 or 13603004. OLE color: 13603004.
HSL color Cylindrical-coordinate representation of color #BC90CF: hue angle of 281.9º degrees, saturation: 0.4, 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 #BC90CF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 144 | 207 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.19 |
| HSL | 281.9º | 0.4% | 0.69% | - |
| HSV(B) | 281.9º | 0.3% | 0.81% | - |
| XYZ | 41.97 | 35.14 | 63.6 | - |
| YUV | 164.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 207 | 0.09 | 0.30 | 0 | 0.19 | 281.9 | 0.4 | 0.69 |
| Hex | BC | 90 | CF | 9 | 1E | 0 | 13 | 11A | 28 | 45 |
| Octal | 274 | 220 | 317 | 11 | 36 | 0 | 23 | 432 | 50 | 105 |
| Binary | 10111100 | 10010000 | 11001111 | 1001 | 11110 | 0 | 10011 | 100011010 | 101000 | 1000101 |
Color Harmonies of #BC90CF
Complementary color
Monochromatic Colors of #BC90CF
Black with #BC90CF
Text Example
Text Example
White with #BC90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90CF; }
p { color: rgb(188,144,207); }
H1.HeaderClassName
{
color: #BC90CF;
}
.AnyTagClassName
{
color: #BC90CF;
}
</style>
background-color css
<style>
a { background-color: #BC90CF; }
a { background-color: rgb(188,144,207); }
div.DivClassName
{
background-color: #BC90CF;
}
.BgClassName
{
background-color: #BC90CF;
}
</style>
border-color css
<style>
span { border-color: #BC90CF; }
span { border-color: rgb(188,144,207); }
td.TdClassName
{
border-color: #BC90CF;
}
.TagClassName
{
border-color: #BC90CF;
}
</style>