Shades of Wisteria #BD94CE
Tints of Wisteria #BD94CE
RGB
CMYK
RGB Variations
Color information
#BD94CE (or 0xBD94CE) is known color: Wisteria. HEX triplet: BD, 94 and CE. RGB value is (189,148,206). Sum of RGB (Red+Green+Blue) = 189+148+206=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94CE is #426B31. Grayscale: #A6A6A6. Windows color (decimal): -4352818 or 13538493. OLE color: 13538493.
HSL color Cylindrical-coordinate representation of color #BD94CE: hue angle of 282.41º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD94CE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 148 | 206 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.19 |
| HSL | 282.41º | 0.37% | 0.69% | - |
| HSV(B) | 282.41º | 0.28% | 0.81% | - |
| XYZ | 42.72 | 36.45 | 63.18 | - |
| YUV | 166.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 206 | 0.08 | 0.28 | 0 | 0.19 | 282.41 | 0.37 | 0.69 |
| Hex | BD | 94 | CE | 8 | 1C | 0 | 13 | 11A | 25 | 45 |
| Octal | 275 | 224 | 316 | 10 | 34 | 0 | 23 | 432 | 45 | 105 |
| Binary | 10111101 | 10010100 | 11001110 | 1000 | 11100 | 0 | 10011 | 100011010 | 100101 | 1000101 |
Color Harmonies of #BD94CE
Complementary color
Monochromatic Colors of #BD94CE
Black with #BD94CE
Text Example
Text Example
White with #BD94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94CE; }
p { color: rgb(189,148,206); }
H1.HeaderClassName
{
color: #BD94CE;
}
.AnyTagClassName
{
color: #BD94CE;
}
</style>
background-color css
<style>
a { background-color: #BD94CE; }
a { background-color: rgb(189,148,206); }
div.DivClassName
{
background-color: #BD94CE;
}
.BgClassName
{
background-color: #BD94CE;
}
</style>
border-color css
<style>
span { border-color: #BD94CE; }
span { border-color: rgb(189,148,206); }
td.TdClassName
{
border-color: #BD94CE;
}
.TagClassName
{
border-color: #BD94CE;
}
</style>