Shades of Wisteria #BD91CE
Tints of Wisteria #BD91CE
RGB
CMYK
RGB Variations
Color information
#BD91CE (or 0xBD91CE) is known color: Wisteria. HEX triplet: BD, 91 and CE. RGB value is (189,145,206). Sum of RGB (Red+Green+Blue) = 189+145+206=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91CE is #426E31. Grayscale: #A4A4A4. Windows color (decimal): -4353586 or 13537725. OLE color: 13537725.
HSL color Cylindrical-coordinate representation of color #BD91CE: hue angle of 283.28º degrees, saturation: 0.38, 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 #BD91CE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 145 | 206 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.19 |
| HSL | 283.28º | 0.38% | 0.69% | - |
| HSV(B) | 283.28º | 0.3% | 0.81% | - |
| XYZ | 42.25 | 35.53 | 63.02 | - |
| YUV | 165.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 206 | 0.08 | 0.30 | 0 | 0.19 | 283.28 | 0.38 | 0.69 |
| Hex | BD | 91 | CE | 8 | 1E | 0 | 13 | 11B | 26 | 45 |
| Octal | 275 | 221 | 316 | 10 | 36 | 0 | 23 | 433 | 46 | 105 |
| Binary | 10111101 | 10010001 | 11001110 | 1000 | 11110 | 0 | 10011 | 100011011 | 100110 | 1000101 |
Color Harmonies of #BD91CE
Complementary color
Monochromatic Colors of #BD91CE
Black with #BD91CE
Text Example
Text Example
White with #BD91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91CE; }
p { color: rgb(189,145,206); }
H1.HeaderClassName
{
color: #BD91CE;
}
.AnyTagClassName
{
color: #BD91CE;
}
</style>
background-color css
<style>
a { background-color: #BD91CE; }
a { background-color: rgb(189,145,206); }
div.DivClassName
{
background-color: #BD91CE;
}
.BgClassName
{
background-color: #BD91CE;
}
</style>
border-color css
<style>
span { border-color: #BD91CE; }
span { border-color: rgb(189,145,206); }
td.TdClassName
{
border-color: #BD91CE;
}
.TagClassName
{
border-color: #BD91CE;
}
</style>