Shades of Wisteria #BD81E5
Tints of Wisteria #BD81E5
RGB
CMYK
RGB Variations
Color information
#BD81E5 (or 0xBD81E5) is known color: Wisteria. HEX triplet: BD, 81 and E5. RGB value is (189,129,229). Sum of RGB (Red+Green+Blue) = 189+129+229=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81E5 is #427E1A. Grayscale: #9E9E9E. Windows color (decimal): -4357659 or 15040957. OLE color: 15040957.
HSL color Cylindrical-coordinate representation of color #BD81E5: hue angle of 276º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD81E5 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 129 | 229 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.10 |
| HSL | 276º | 0.66% | 0.7% | - |
| HSV(B) | 276º | 0.44% | 0.9% | - |
| XYZ | 42.98 | 32.18 | 78.07 | - |
| YUV | 158.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 229 | 0.17 | 0.44 | 0 | 0.10 | 276 | 0.66 | 0.7 |
| Hex | BD | 81 | E5 | 11 | 2C | 0 | A | 114 | 42 | 46 |
| Octal | 275 | 201 | 345 | 21 | 54 | 0 | 12 | 424 | 102 | 106 |
| Binary | 10111101 | 10000001 | 11100101 | 10001 | 101100 | 0 | 1010 | 100010100 | 1000010 | 1000110 |
Color Harmonies of #BD81E5
Complementary color
Monochromatic Colors of #BD81E5
Black with #BD81E5
Text Example
Text Example
White with #BD81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD81E5; }
p { color: rgb(189,129,229); }
H1.HeaderClassName
{
color: #BD81E5;
}
.AnyTagClassName
{
color: #BD81E5;
}
</style>
background-color css
<style>
a { background-color: #BD81E5; }
a { background-color: rgb(189,129,229); }
div.DivClassName
{
background-color: #BD81E5;
}
.BgClassName
{
background-color: #BD81E5;
}
</style>
border-color css
<style>
span { border-color: #BD81E5; }
span { border-color: rgb(189,129,229); }
td.TdClassName
{
border-color: #BD81E5;
}
.TagClassName
{
border-color: #BD81E5;
}
</style>