Shades of Wisteria #BD91DC
Tints of Wisteria #BD91DC
RGB
CMYK
RGB Variations
Color information
#BD91DC (or 0xBD91DC) is known color: Wisteria. HEX triplet: BD, 91 and DC. RGB value is (189,145,220). Sum of RGB (Red+Green+Blue) = 189+145+220=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91DC is #426E23. Grayscale: #A6A6A6. Windows color (decimal): -4353572 or 14455229. OLE color: 14455229.
HSL color Cylindrical-coordinate representation of color #BD91DC: hue angle of 275.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD91DC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 145 | 220 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.14 |
| HSL | 275.2º | 0.52% | 0.72% | - |
| HSV(B) | 275.2º | 0.34% | 0.86% | - |
| XYZ | 44.03 | 36.24 | 72.38 | - |
| YUV | 166.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 220 | 0.14 | 0.34 | 0 | 0.14 | 275.2 | 0.52 | 0.72 |
| Hex | BD | 91 | DC | E | 22 | 0 | E | 113 | 34 | 48 |
| Octal | 275 | 221 | 334 | 16 | 42 | 0 | 16 | 423 | 64 | 110 |
| Binary | 10111101 | 10010001 | 11011100 | 1110 | 100010 | 0 | 1110 | 100010011 | 110100 | 1001000 |
Color Harmonies of #BD91DC
Complementary color
Monochromatic Colors of #BD91DC
Black with #BD91DC
Text Example
Text Example
White with #BD91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91DC; }
p { color: rgb(189,145,220); }
H1.HeaderClassName
{
color: #BD91DC;
}
.AnyTagClassName
{
color: #BD91DC;
}
</style>
background-color css
<style>
a { background-color: #BD91DC; }
a { background-color: rgb(189,145,220); }
div.DivClassName
{
background-color: #BD91DC;
}
.BgClassName
{
background-color: #BD91DC;
}
</style>
border-color css
<style>
span { border-color: #BD91DC; }
span { border-color: rgb(189,145,220); }
td.TdClassName
{
border-color: #BD91DC;
}
.TagClassName
{
border-color: #BD91DC;
}
</style>