Shades of Wisteria #BD90CB
Tints of Wisteria #BD90CB
RGB
CMYK
RGB Variations
Color information
#BD90CB (or 0xBD90CB) is known color: Wisteria. HEX triplet: BD, 90 and CB. RGB value is (189,144,203). Sum of RGB (Red+Green+Blue) = 189+144+203=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CB is #426F34. Grayscale: #A3A3A3. Windows color (decimal): -4353845 or 13340861. OLE color: 13340861.
HSL color Cylindrical-coordinate representation of color #BD90CB: hue angle of 285.76º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD90CB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 144 | 203 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.20 |
| HSL | 285.76º | 0.36% | 0.68% | - |
| HSV(B) | 285.76º | 0.29% | 0.8% | - |
| XYZ | 41.74 | 35.08 | 61.07 | - |
| YUV | 164.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 203 | 0.07 | 0.29 | 0 | 0.20 | 285.76 | 0.36 | 0.68 |
| Hex | BD | 90 | CB | 7 | 1D | 0 | 14 | 11E | 24 | 44 |
| Octal | 275 | 220 | 313 | 7 | 35 | 0 | 24 | 436 | 44 | 104 |
| Binary | 10111101 | 10010000 | 11001011 | 111 | 11101 | 0 | 10100 | 100011110 | 100100 | 1000100 |
Color Harmonies of #BD90CB
Complementary color
Monochromatic Colors of #BD90CB
Black with #BD90CB
Text Example
Text Example
White with #BD90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90CB; }
p { color: rgb(189,144,203); }
H1.HeaderClassName
{
color: #BD90CB;
}
.AnyTagClassName
{
color: #BD90CB;
}
</style>
background-color css
<style>
a { background-color: #BD90CB; }
a { background-color: rgb(189,144,203); }
div.DivClassName
{
background-color: #BD90CB;
}
.BgClassName
{
background-color: #BD90CB;
}
</style>
border-color css
<style>
span { border-color: #BD90CB; }
span { border-color: rgb(189,144,203); }
td.TdClassName
{
border-color: #BD90CB;
}
.TagClassName
{
border-color: #BD90CB;
}
</style>