Shades of Wisteria #BD92CE
Tints of Wisteria #BD92CE
RGB
CMYK
RGB Variations
Color information
#BD92CE (or 0xBD92CE) is known color: Wisteria. HEX triplet: BD, 92 and CE. RGB value is (189,146,206). Sum of RGB (Red+Green+Blue) = 189+146+206=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92CE is #426D31. Grayscale: #A5A5A5. Windows color (decimal): -4353330 or 13537981. OLE color: 13537981.
HSL color Cylindrical-coordinate representation of color #BD92CE: hue angle of 283º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD92CE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 146 | 206 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.19 |
| HSL | 283º | 0.38% | 0.69% | - |
| HSV(B) | 283º | 0.29% | 0.81% | - |
| XYZ | 42.41 | 35.83 | 63.07 | - |
| YUV | 165.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 206 | 0.08 | 0.29 | 0 | 0.19 | 283 | 0.38 | 0.69 |
| Hex | BD | 92 | CE | 8 | 1D | 0 | 13 | 11B | 26 | 45 |
| Octal | 275 | 222 | 316 | 10 | 35 | 0 | 23 | 433 | 46 | 105 |
| Binary | 10111101 | 10010010 | 11001110 | 1000 | 11101 | 0 | 10011 | 100011011 | 100110 | 1000101 |
Color Harmonies of #BD92CE
Complementary color
Monochromatic Colors of #BD92CE
Black with #BD92CE
Text Example
Text Example
White with #BD92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92CE; }
p { color: rgb(189,146,206); }
H1.HeaderClassName
{
color: #BD92CE;
}
.AnyTagClassName
{
color: #BD92CE;
}
</style>
background-color css
<style>
a { background-color: #BD92CE; }
a { background-color: rgb(189,146,206); }
div.DivClassName
{
background-color: #BD92CE;
}
.BgClassName
{
background-color: #BD92CE;
}
</style>
border-color css
<style>
span { border-color: #BD92CE; }
span { border-color: rgb(189,146,206); }
td.TdClassName
{
border-color: #BD92CE;
}
.TagClassName
{
border-color: #BD92CE;
}
</style>