Shades of Wisteria #BD8DF5
Tints of Wisteria #BD8DF5
RGB
CMYK
RGB Variations
Color information
#BD8DF5 (or 0xBD8DF5) is known color: Wisteria. HEX triplet: BD, 8D and F5. RGB value is (189,141,245). Sum of RGB (Red+Green+Blue) = 189+141+245=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD8DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DF5 is #42720A. Grayscale: #A6A6A6. Windows color (decimal): -4354571 or 16092605. OLE color: 16092605.
HSL color Cylindrical-coordinate representation of color #BD8DF5: hue angle of 267.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8DF5 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 141 | 245 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.04 |
| HSL | 267.69º | 0.84% | 0.76% | - |
| HSV(B) | 267.69º | 0.42% | 0.96% | - |
| XYZ | 46.99 | 36.46 | 90.95 | - |
| YUV | 167.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 245 | 0.23 | 0.42 | 0 | 0.04 | 267.69 | 0.84 | 0.76 |
| Hex | BD | 8D | F5 | 17 | 2A | 0 | 4 | 10C | 54 | 4C |
| Octal | 275 | 215 | 365 | 27 | 52 | 0 | 4 | 414 | 124 | 114 |
| Binary | 10111101 | 10001101 | 11110101 | 10111 | 101010 | 0 | 100 | 100001100 | 1010100 | 1001100 |
Color Harmonies of #BD8DF5
Complementary color
Monochromatic Colors of #BD8DF5
Black with #BD8DF5
Text Example
Text Example
White with #BD8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DF5; }
p { color: rgb(189,141,245); }
H1.HeaderClassName
{
color: #BD8DF5;
}
.AnyTagClassName
{
color: #BD8DF5;
}
</style>
background-color css
<style>
a { background-color: #BD8DF5; }
a { background-color: rgb(189,141,245); }
div.DivClassName
{
background-color: #BD8DF5;
}
.BgClassName
{
background-color: #BD8DF5;
}
</style>
border-color css
<style>
span { border-color: #BD8DF5; }
span { border-color: rgb(189,141,245); }
td.TdClassName
{
border-color: #BD8DF5;
}
.TagClassName
{
border-color: #BD8DF5;
}
</style>