Shades of Wisteria #BD81D6
Tints of Wisteria #BD81D6
RGB
CMYK
RGB Variations
Color information
#BD81D6 (or 0xBD81D6) is known color: Wisteria. HEX triplet: BD, 81 and D6. RGB value is (189,129,214). Sum of RGB (Red+Green+Blue) = 189+129+214=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD81D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81D6 is #427E29. Grayscale: #9C9C9C. Windows color (decimal): -4357674 or 14057917. OLE color: 14057917.
HSL color Cylindrical-coordinate representation of color #BD81D6: hue angle of 282.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD81D6 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 129 | 214 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.16 |
| HSL | 282.35º | 0.51% | 0.67% | - |
| HSV(B) | 282.35º | 0.4% | 0.84% | - |
| XYZ | 40.97 | 31.37 | 67.51 | - |
| YUV | 156.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 214 | 0.12 | 0.40 | 0 | 0.16 | 282.35 | 0.51 | 0.67 |
| Hex | BD | 81 | D6 | C | 28 | 0 | 10 | 11A | 33 | 43 |
| Octal | 275 | 201 | 326 | 14 | 50 | 0 | 20 | 432 | 63 | 103 |
| Binary | 10111101 | 10000001 | 11010110 | 1100 | 101000 | 0 | 10000 | 100011010 | 110011 | 1000011 |
Color Harmonies of #BD81D6
Complementary color
Monochromatic Colors of #BD81D6
Black with #BD81D6
Text Example
Text Example
White with #BD81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD81D6; }
p { color: rgb(189,129,214); }
H1.HeaderClassName
{
color: #BD81D6;
}
.AnyTagClassName
{
color: #BD81D6;
}
</style>
background-color css
<style>
a { background-color: #BD81D6; }
a { background-color: rgb(189,129,214); }
div.DivClassName
{
background-color: #BD81D6;
}
.BgClassName
{
background-color: #BD81D6;
}
</style>
border-color css
<style>
span { border-color: #BD81D6; }
span { border-color: rgb(189,129,214); }
td.TdClassName
{
border-color: #BD81D6;
}
.TagClassName
{
border-color: #BD81D6;
}
</style>