Shades of Wisteria #BD90CF
Tints of Wisteria #BD90CF
RGB
CMYK
RGB Variations
Color information
#BD90CF (or 0xBD90CF) is known color: Wisteria. HEX triplet: BD, 90 and CF. RGB value is (189,144,207). Sum of RGB (Red+Green+Blue) = 189+144+207=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CF is #426F30. Grayscale: #A4A4A4. Windows color (decimal): -4353841 or 13603005. OLE color: 13603005.
HSL color Cylindrical-coordinate representation of color #BD90CF: hue angle of 282.86º 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 #BD90CF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 144 | 207 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.19 |
| HSL | 282.86º | 0.4% | 0.69% | - |
| HSV(B) | 282.86º | 0.3% | 0.81% | - |
| XYZ | 42.22 | 35.27 | 63.61 | - |
| YUV | 164.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 207 | 0.09 | 0.30 | 0 | 0.19 | 282.86 | 0.4 | 0.69 |
| Hex | BD | 90 | CF | 9 | 1E | 0 | 13 | 11B | 28 | 45 |
| Octal | 275 | 220 | 317 | 11 | 36 | 0 | 23 | 433 | 50 | 105 |
| Binary | 10111101 | 10010000 | 11001111 | 1001 | 11110 | 0 | 10011 | 100011011 | 101000 | 1000101 |
Color Harmonies of #BD90CF
Complementary color
Monochromatic Colors of #BD90CF
Black with #BD90CF
Text Example
Text Example
White with #BD90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90CF; }
p { color: rgb(189,144,207); }
H1.HeaderClassName
{
color: #BD90CF;
}
.AnyTagClassName
{
color: #BD90CF;
}
</style>
background-color css
<style>
a { background-color: #BD90CF; }
a { background-color: rgb(189,144,207); }
div.DivClassName
{
background-color: #BD90CF;
}
.BgClassName
{
background-color: #BD90CF;
}
</style>
border-color css
<style>
span { border-color: #BD90CF; }
span { border-color: rgb(189,144,207); }
td.TdClassName
{
border-color: #BD90CF;
}
.TagClassName
{
border-color: #BD90CF;
}
</style>