Shades of Wisteria #BD8DED
Tints of Wisteria #BD8DED
RGB
CMYK
RGB Variations
Color information
#BD8DED (or 0xBD8DED) is known color: Wisteria. HEX triplet: BD, 8D and ED. RGB value is (189,141,237). Sum of RGB (Red+Green+Blue) = 189+141+237=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DED is #427212. Grayscale: #A5A5A5. Windows color (decimal): -4354579 or 15568317. OLE color: 15568317.
HSL color Cylindrical-coordinate representation of color #BD8DED: hue angle of 270º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8DED is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 141 | 237 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.07 |
| HSL | 270º | 0.73% | 0.74% | - |
| HSV(B) | 270º | 0.41% | 0.93% | - |
| XYZ | 45.8 | 35.98 | 84.65 | - |
| YUV | 166.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 237 | 0.20 | 0.41 | 0 | 0.07 | 270 | 0.73 | 0.74 |
| Hex | BD | 8D | ED | 14 | 29 | 0 | 7 | 10E | 49 | 4A |
| Octal | 275 | 215 | 355 | 24 | 51 | 0 | 7 | 416 | 111 | 112 |
| Binary | 10111101 | 10001101 | 11101101 | 10100 | 101001 | 0 | 111 | 100001110 | 1001001 | 1001010 |
Color Harmonies of #BD8DED
Complementary color
Monochromatic Colors of #BD8DED
Black with #BD8DED
Text Example
Text Example
White with #BD8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DED; }
p { color: rgb(189,141,237); }
H1.HeaderClassName
{
color: #BD8DED;
}
.AnyTagClassName
{
color: #BD8DED;
}
</style>
background-color css
<style>
a { background-color: #BD8DED; }
a { background-color: rgb(189,141,237); }
div.DivClassName
{
background-color: #BD8DED;
}
.BgClassName
{
background-color: #BD8DED;
}
</style>
border-color css
<style>
span { border-color: #BD8DED; }
span { border-color: rgb(189,141,237); }
td.TdClassName
{
border-color: #BD8DED;
}
.TagClassName
{
border-color: #BD8DED;
}
</style>