Shades of Wisteria #BD95E0
Tints of Wisteria #BD95E0
RGB
CMYK
RGB Variations
Color information
#BD95E0 (or 0xBD95E0) is known color: Wisteria. HEX triplet: BD, 95 and E0. RGB value is (189,149,224). Sum of RGB (Red+Green+Blue) = 189+149+224=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95E0 is #426A1F. Grayscale: #A9A9A9. Windows color (decimal): -4352544 or 14718397. OLE color: 14718397.
HSL color Cylindrical-coordinate representation of color #BD95E0: hue angle of 272º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD95E0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 149 | 224 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.12 |
| HSL | 272º | 0.55% | 0.73% | - |
| HSV(B) | 272º | 0.33% | 0.88% | - |
| XYZ | 45.19 | 37.7 | 75.42 | - |
| YUV | 169.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 224 | 0.16 | 0.33 | 0 | 0.12 | 272 | 0.55 | 0.73 |
| Hex | BD | 95 | E0 | 10 | 21 | 0 | C | 110 | 37 | 49 |
| Octal | 275 | 225 | 340 | 20 | 41 | 0 | 14 | 420 | 67 | 111 |
| Binary | 10111101 | 10010101 | 11100000 | 10000 | 100001 | 0 | 1100 | 100010000 | 110111 | 1001001 |
Color Harmonies of #BD95E0
Complementary color
Monochromatic Colors of #BD95E0
Black with #BD95E0
Text Example
Text Example
White with #BD95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95E0; }
p { color: rgb(189,149,224); }
H1.HeaderClassName
{
color: #BD95E0;
}
.AnyTagClassName
{
color: #BD95E0;
}
</style>
background-color css
<style>
a { background-color: #BD95E0; }
a { background-color: rgb(189,149,224); }
div.DivClassName
{
background-color: #BD95E0;
}
.BgClassName
{
background-color: #BD95E0;
}
</style>
border-color css
<style>
span { border-color: #BD95E0; }
span { border-color: rgb(189,149,224); }
td.TdClassName
{
border-color: #BD95E0;
}
.TagClassName
{
border-color: #BD95E0;
}
</style>