Shades of Wisteria #BD81E0
Tints of Wisteria #BD81E0
RGB
CMYK
RGB Variations
Color information
#BD81E0 (or 0xBD81E0) is known color: Wisteria. HEX triplet: BD, 81 and E0. RGB value is (189,129,224). Sum of RGB (Red+Green+Blue) = 189+129+224=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD81E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81E0 is #427E1F. Grayscale: #9D9D9D. Windows color (decimal): -4357664 or 14713277. OLE color: 14713277.
HSL color Cylindrical-coordinate representation of color #BD81E0: hue angle of 277.89º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD81E0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 129 | 224 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.12 |
| HSL | 277.89º | 0.61% | 0.69% | - |
| HSV(B) | 277.89º | 0.42% | 0.88% | - |
| XYZ | 42.29 | 31.9 | 74.45 | - |
| YUV | 157.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 224 | 0.16 | 0.42 | 0 | 0.12 | 277.89 | 0.61 | 0.69 |
| Hex | BD | 81 | E0 | 10 | 2A | 0 | C | 116 | 3D | 45 |
| Octal | 275 | 201 | 340 | 20 | 52 | 0 | 14 | 426 | 75 | 105 |
| Binary | 10111101 | 10000001 | 11100000 | 10000 | 101010 | 0 | 1100 | 100010110 | 111101 | 1000101 |
Color Harmonies of #BD81E0
Complementary color
Monochromatic Colors of #BD81E0
Black with #BD81E0
Text Example
Text Example
White with #BD81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD81E0; }
p { color: rgb(189,129,224); }
H1.HeaderClassName
{
color: #BD81E0;
}
.AnyTagClassName
{
color: #BD81E0;
}
</style>
background-color css
<style>
a { background-color: #BD81E0; }
a { background-color: rgb(189,129,224); }
div.DivClassName
{
background-color: #BD81E0;
}
.BgClassName
{
background-color: #BD81E0;
}
</style>
border-color css
<style>
span { border-color: #BD81E0; }
span { border-color: rgb(189,129,224); }
td.TdClassName
{
border-color: #BD81E0;
}
.TagClassName
{
border-color: #BD81E0;
}
</style>