Shades of Wisteria #BD95CA
Tints of Wisteria #BD95CA
RGB
CMYK
RGB Variations
Color information
#BD95CA (or 0xBD95CA) is known color: Wisteria. HEX triplet: BD, 95 and CA. RGB value is (189,149,202). Sum of RGB (Red+Green+Blue) = 189+149+202=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95CA is #426A35. Grayscale: #A6A6A6. Windows color (decimal): -4352566 or 13276605. OLE color: 13276605.
HSL color Cylindrical-coordinate representation of color #BD95CA: hue angle of 285.28º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD95CA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 149 | 202 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.21 |
| HSL | 285.28º | 0.33% | 0.69% | - |
| HSV(B) | 285.28º | 0.26% | 0.79% | - |
| XYZ | 42.39 | 36.58 | 60.7 | - |
| YUV | 167 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 202 | 0.06 | 0.26 | 0 | 0.21 | 285.28 | 0.33 | 0.69 |
| Hex | BD | 95 | CA | 6 | 1A | 0 | 15 | 11D | 21 | 45 |
| Octal | 275 | 225 | 312 | 6 | 32 | 0 | 25 | 435 | 41 | 105 |
| Binary | 10111101 | 10010101 | 11001010 | 110 | 11010 | 0 | 10101 | 100011101 | 100001 | 1000101 |
Color Harmonies of #BD95CA
Complementary color
Monochromatic Colors of #BD95CA
Black with #BD95CA
Text Example
Text Example
White with #BD95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95CA; }
p { color: rgb(189,149,202); }
H1.HeaderClassName
{
color: #BD95CA;
}
.AnyTagClassName
{
color: #BD95CA;
}
</style>
background-color css
<style>
a { background-color: #BD95CA; }
a { background-color: rgb(189,149,202); }
div.DivClassName
{
background-color: #BD95CA;
}
.BgClassName
{
background-color: #BD95CA;
}
</style>
border-color css
<style>
span { border-color: #BD95CA; }
span { border-color: rgb(189,149,202); }
td.TdClassName
{
border-color: #BD95CA;
}
.TagClassName
{
border-color: #BD95CA;
}
</style>