Shades of Wisteria #BD95D5
Tints of Wisteria #BD95D5
RGB
CMYK
RGB Variations
Color information
#BD95D5 (or 0xBD95D5) is known color: Wisteria. HEX triplet: BD, 95 and D5. RGB value is (189,149,213). Sum of RGB (Red+Green+Blue) = 189+149+213=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD95D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95D5 is #426A2A. Grayscale: #A8A8A8. Windows color (decimal): -4352555 or 13997501. OLE color: 13997501.
HSL color Cylindrical-coordinate representation of color #BD95D5: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD95D5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 149 | 213 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.16 |
| HSL | 277.5º | 0.43% | 0.71% | - |
| HSV(B) | 277.5º | 0.3% | 0.84% | - |
| XYZ | 43.74 | 37.12 | 67.81 | - |
| YUV | 168.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 213 | 0.11 | 0.30 | 0 | 0.16 | 277.5 | 0.43 | 0.71 |
| Hex | BD | 95 | D5 | B | 1E | 0 | 10 | 116 | 2B | 47 |
| Octal | 275 | 225 | 325 | 13 | 36 | 0 | 20 | 426 | 53 | 107 |
| Binary | 10111101 | 10010101 | 11010101 | 1011 | 11110 | 0 | 10000 | 100010110 | 101011 | 1000111 |
Color Harmonies of #BD95D5
Complementary color
Monochromatic Colors of #BD95D5
Black with #BD95D5
Text Example
Text Example
White with #BD95D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95D5; }
p { color: rgb(189,149,213); }
H1.HeaderClassName
{
color: #BD95D5;
}
.AnyTagClassName
{
color: #BD95D5;
}
</style>
background-color css
<style>
a { background-color: #BD95D5; }
a { background-color: rgb(189,149,213); }
div.DivClassName
{
background-color: #BD95D5;
}
.BgClassName
{
background-color: #BD95D5;
}
</style>
border-color css
<style>
span { border-color: #BD95D5; }
span { border-color: rgb(189,149,213); }
td.TdClassName
{
border-color: #BD95D5;
}
.TagClassName
{
border-color: #BD95D5;
}
</style>