Shades of Wisteria #BD96CF
Tints of Wisteria #BD96CF
RGB
CMYK
RGB Variations
Color information
#BD96CF (or 0xBD96CF) is known color: Wisteria. HEX triplet: BD, 96 and CF. RGB value is (189,150,207). Sum of RGB (Red+Green+Blue) = 189+150+207=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96CF is #426930. Grayscale: #A7A7A7. Windows color (decimal): -4352305 or 13604541. OLE color: 13604541.
HSL color Cylindrical-coordinate representation of color #BD96CF: hue angle of 281.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD96CF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 150 | 207 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.19 |
| HSL | 281.05º | 0.37% | 0.7% | - |
| HSV(B) | 281.05º | 0.28% | 0.81% | - |
| XYZ | 43.16 | 37.14 | 63.93 | - |
| YUV | 168.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 207 | 0.09 | 0.28 | 0 | 0.19 | 281.05 | 0.37 | 0.7 |
| Hex | BD | 96 | CF | 9 | 1C | 0 | 13 | 119 | 25 | 46 |
| Octal | 275 | 226 | 317 | 11 | 34 | 0 | 23 | 431 | 45 | 106 |
| Binary | 10111101 | 10010110 | 11001111 | 1001 | 11100 | 0 | 10011 | 100011001 | 100101 | 1000110 |
Color Harmonies of #BD96CF
Complementary color
Monochromatic Colors of #BD96CF
Black with #BD96CF
Text Example
Text Example
White with #BD96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96CF; }
p { color: rgb(189,150,207); }
H1.HeaderClassName
{
color: #BD96CF;
}
.AnyTagClassName
{
color: #BD96CF;
}
</style>
background-color css
<style>
a { background-color: #BD96CF; }
a { background-color: rgb(189,150,207); }
div.DivClassName
{
background-color: #BD96CF;
}
.BgClassName
{
background-color: #BD96CF;
}
</style>
border-color css
<style>
span { border-color: #BD96CF; }
span { border-color: rgb(189,150,207); }
td.TdClassName
{
border-color: #BD96CF;
}
.TagClassName
{
border-color: #BD96CF;
}
</style>