Shades of Wisteria #BD8DE7
Tints of Wisteria #BD8DE7
RGB
CMYK
RGB Variations
Color information
#BD8DE7 (or 0xBD8DE7) is known color: Wisteria. HEX triplet: BD, 8D and E7. RGB value is (189,141,231). Sum of RGB (Red+Green+Blue) = 189+141+231=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD8DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DE7 is #427218. Grayscale: #A5A5A5. Windows color (decimal): -4354585 or 15175101. OLE color: 15175101.
HSL color Cylindrical-coordinate representation of color #BD8DE7: hue angle of 272º degrees, saturation: 0.65, 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 #BD8DE7 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 141 | 231 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.09 |
| HSL | 272º | 0.65% | 0.73% | - |
| HSV(B) | 272º | 0.39% | 0.91% | - |
| XYZ | 44.93 | 35.64 | 80.11 | - |
| YUV | 165.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 231 | 0.18 | 0.39 | 0 | 0.09 | 272 | 0.65 | 0.73 |
| Hex | BD | 8D | E7 | 12 | 27 | 0 | 9 | 110 | 41 | 49 |
| Octal | 275 | 215 | 347 | 22 | 47 | 0 | 11 | 420 | 101 | 111 |
| Binary | 10111101 | 10001101 | 11100111 | 10010 | 100111 | 0 | 1001 | 100010000 | 1000001 | 1001001 |
Color Harmonies of #BD8DE7
Complementary color
Monochromatic Colors of #BD8DE7
Black with #BD8DE7
Text Example
Text Example
White with #BD8DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DE7; }
p { color: rgb(189,141,231); }
H1.HeaderClassName
{
color: #BD8DE7;
}
.AnyTagClassName
{
color: #BD8DE7;
}
</style>
background-color css
<style>
a { background-color: #BD8DE7; }
a { background-color: rgb(189,141,231); }
div.DivClassName
{
background-color: #BD8DE7;
}
.BgClassName
{
background-color: #BD8DE7;
}
</style>
border-color css
<style>
span { border-color: #BD8DE7; }
span { border-color: rgb(189,141,231); }
td.TdClassName
{
border-color: #BD8DE7;
}
.TagClassName
{
border-color: #BD8DE7;
}
</style>