Shades of Wisteria #BD8DE8
Tints of Wisteria #BD8DE8
RGB
CMYK
RGB Variations
Color information
#BD8DE8 (or 0xBD8DE8) is known color: Wisteria. HEX triplet: BD, 8D and E8. RGB value is (189,141,232). Sum of RGB (Red+Green+Blue) = 189+141+232=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DE8 is #427217. Grayscale: #A5A5A5. Windows color (decimal): -4354584 or 15240637. OLE color: 15240637.
HSL color Cylindrical-coordinate representation of color #BD8DE8: hue angle of 271.65º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8DE8 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 141 | 232 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.09 |
| HSL | 271.65º | 0.66% | 0.73% | - |
| HSV(B) | 271.65º | 0.39% | 0.91% | - |
| XYZ | 45.08 | 35.69 | 80.86 | - |
| YUV | 165.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 232 | 0.19 | 0.39 | 0 | 0.09 | 271.65 | 0.66 | 0.73 |
| Hex | BD | 8D | E8 | 13 | 27 | 0 | 9 | 110 | 42 | 49 |
| Octal | 275 | 215 | 350 | 23 | 47 | 0 | 11 | 420 | 102 | 111 |
| Binary | 10111101 | 10001101 | 11101000 | 10011 | 100111 | 0 | 1001 | 100010000 | 1000010 | 1001001 |
Color Harmonies of #BD8DE8
Complementary color
Monochromatic Colors of #BD8DE8
Black with #BD8DE8
Text Example
Text Example
White with #BD8DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DE8; }
p { color: rgb(189,141,232); }
H1.HeaderClassName
{
color: #BD8DE8;
}
.AnyTagClassName
{
color: #BD8DE8;
}
</style>
background-color css
<style>
a { background-color: #BD8DE8; }
a { background-color: rgb(189,141,232); }
div.DivClassName
{
background-color: #BD8DE8;
}
.BgClassName
{
background-color: #BD8DE8;
}
</style>
border-color css
<style>
span { border-color: #BD8DE8; }
span { border-color: rgb(189,141,232); }
td.TdClassName
{
border-color: #BD8DE8;
}
.TagClassName
{
border-color: #BD8DE8;
}
</style>