Shades of Wisteria #BD92CB
Tints of Wisteria #BD92CB
RGB
CMYK
RGB Variations
Color information
#BD92CB (or 0xBD92CB) is known color: Wisteria. HEX triplet: BD, 92 and CB. RGB value is (189,146,203). Sum of RGB (Red+Green+Blue) = 189+146+203=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD92CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92CB is #426D34. Grayscale: #A5A5A5. Windows color (decimal): -4353333 or 13341373. OLE color: 13341373.
HSL color Cylindrical-coordinate representation of color #BD92CB: hue angle of 285.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD92CB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 146 | 203 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.20 |
| HSL | 285.26º | 0.35% | 0.68% | - |
| HSV(B) | 285.26º | 0.28% | 0.8% | - |
| XYZ | 42.04 | 35.69 | 61.17 | - |
| YUV | 165.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 203 | 0.07 | 0.28 | 0 | 0.20 | 285.26 | 0.35 | 0.68 |
| Hex | BD | 92 | CB | 7 | 1C | 0 | 14 | 11D | 23 | 44 |
| Octal | 275 | 222 | 313 | 7 | 34 | 0 | 24 | 435 | 43 | 104 |
| Binary | 10111101 | 10010010 | 11001011 | 111 | 11100 | 0 | 10100 | 100011101 | 100011 | 1000100 |
Color Harmonies of #BD92CB
Complementary color
Monochromatic Colors of #BD92CB
Black with #BD92CB
Text Example
Text Example
White with #BD92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92CB; }
p { color: rgb(189,146,203); }
H1.HeaderClassName
{
color: #BD92CB;
}
.AnyTagClassName
{
color: #BD92CB;
}
</style>
background-color css
<style>
a { background-color: #BD92CB; }
a { background-color: rgb(189,146,203); }
div.DivClassName
{
background-color: #BD92CB;
}
.BgClassName
{
background-color: #BD92CB;
}
</style>
border-color css
<style>
span { border-color: #BD92CB; }
span { border-color: rgb(189,146,203); }
td.TdClassName
{
border-color: #BD92CB;
}
.TagClassName
{
border-color: #BD92CB;
}
</style>