Shades of Wisteria #BD8DE6
Tints of Wisteria #BD8DE6
RGB
CMYK
RGB Variations
Color information
#BD8DE6 (or 0xBD8DE6) is known color: Wisteria. HEX triplet: BD, 8D and E6. RGB value is (189,141,230). Sum of RGB (Red+Green+Blue) = 189+141+230=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD8DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DE6 is #427219. Grayscale: #A5A5A5. Windows color (decimal): -4354586 or 15109565. OLE color: 15109565.
HSL color Cylindrical-coordinate representation of color #BD8DE6: hue angle of 272.36º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8DE6 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 141 | 230 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.10 |
| HSL | 272.36º | 0.64% | 0.73% | - |
| HSV(B) | 272.36º | 0.39% | 0.9% | - |
| XYZ | 44.79 | 35.58 | 79.37 | - |
| YUV | 165.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 230 | 0.18 | 0.39 | 0 | 0.10 | 272.36 | 0.64 | 0.73 |
| Hex | BD | 8D | E6 | 12 | 27 | 0 | A | 110 | 40 | 49 |
| Octal | 275 | 215 | 346 | 22 | 47 | 0 | 12 | 420 | 100 | 111 |
| Binary | 10111101 | 10001101 | 11100110 | 10010 | 100111 | 0 | 1010 | 100010000 | 1000000 | 1001001 |
Color Harmonies of #BD8DE6
Complementary color
Monochromatic Colors of #BD8DE6
Black with #BD8DE6
Text Example
Text Example
White with #BD8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DE6; }
p { color: rgb(189,141,230); }
H1.HeaderClassName
{
color: #BD8DE6;
}
.AnyTagClassName
{
color: #BD8DE6;
}
</style>
background-color css
<style>
a { background-color: #BD8DE6; }
a { background-color: rgb(189,141,230); }
div.DivClassName
{
background-color: #BD8DE6;
}
.BgClassName
{
background-color: #BD8DE6;
}
</style>
border-color css
<style>
span { border-color: #BD8DE6; }
span { border-color: rgb(189,141,230); }
td.TdClassName
{
border-color: #BD8DE6;
}
.TagClassName
{
border-color: #BD8DE6;
}
</style>