Shades of Wisteria #BD8DF0
Tints of Wisteria #BD8DF0
RGB
CMYK
RGB Variations
Color information
#BD8DF0 (or 0xBD8DF0) is known color: Wisteria. HEX triplet: BD, 8D and F0. RGB value is (189,141,240). Sum of RGB (Red+Green+Blue) = 189+141+240=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD8DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DF0 is #42720F. Grayscale: #A6A6A6. Windows color (decimal): -4354576 or 15764925. OLE color: 15764925.
HSL color Cylindrical-coordinate representation of color #BD8DF0: hue angle of 269.09º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8DF0 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 141 | 240 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.06 |
| HSL | 269.09º | 0.77% | 0.75% | - |
| HSV(B) | 269.09º | 0.41% | 0.94% | - |
| XYZ | 46.24 | 36.16 | 86.98 | - |
| YUV | 166.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 240 | 0.21 | 0.41 | 0 | 0.06 | 269.09 | 0.77 | 0.75 |
| Hex | BD | 8D | F0 | 15 | 29 | 0 | 6 | 10D | 4D | 4B |
| Octal | 275 | 215 | 360 | 25 | 51 | 0 | 6 | 415 | 115 | 113 |
| Binary | 10111101 | 10001101 | 11110000 | 10101 | 101001 | 0 | 110 | 100001101 | 1001101 | 1001011 |
Color Harmonies of #BD8DF0
Complementary color
Monochromatic Colors of #BD8DF0
Black with #BD8DF0
Text Example
Text Example
White with #BD8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DF0; }
p { color: rgb(189,141,240); }
H1.HeaderClassName
{
color: #BD8DF0;
}
.AnyTagClassName
{
color: #BD8DF0;
}
</style>
background-color css
<style>
a { background-color: #BD8DF0; }
a { background-color: rgb(189,141,240); }
div.DivClassName
{
background-color: #BD8DF0;
}
.BgClassName
{
background-color: #BD8DF0;
}
</style>
border-color css
<style>
span { border-color: #BD8DF0; }
span { border-color: rgb(189,141,240); }
td.TdClassName
{
border-color: #BD8DF0;
}
.TagClassName
{
border-color: #BD8DF0;
}
</style>