Shades of Wisteria #BD8BF6
Tints of Wisteria #BD8BF6
RGB
CMYK
RGB Variations
Color information
#BD8BF6 (or 0xBD8BF6) is known color: Wisteria. HEX triplet: BD, 8B and F6. RGB value is (189,139,246). Sum of RGB (Red+Green+Blue) = 189+139+246=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD8BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BF6 is #427409. Grayscale: #A5A5A5. Windows color (decimal): -4355082 or 16157629. OLE color: 16157629.
HSL color Cylindrical-coordinate representation of color #BD8BF6: hue angle of 268.04º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD8BF6 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 139 | 246 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.04 |
| HSL | 268.04º | 0.86% | 0.75% | - |
| HSV(B) | 268.04º | 0.43% | 0.96% | - |
| XYZ | 46.85 | 35.94 | 91.66 | - |
| YUV | 166.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 246 | 0.23 | 0.43 | 0 | 0.04 | 268.04 | 0.86 | 0.75 |
| Hex | BD | 8B | F6 | 17 | 2B | 0 | 4 | 10C | 56 | 4B |
| Octal | 275 | 213 | 366 | 27 | 53 | 0 | 4 | 414 | 126 | 113 |
| Binary | 10111101 | 10001011 | 11110110 | 10111 | 101011 | 0 | 100 | 100001100 | 1010110 | 1001011 |
Color Harmonies of #BD8BF6
Complementary color
Monochromatic Colors of #BD8BF6
Black with #BD8BF6
Text Example
Text Example
White with #BD8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BF6; }
p { color: rgb(189,139,246); }
H1.HeaderClassName
{
color: #BD8BF6;
}
.AnyTagClassName
{
color: #BD8BF6;
}
</style>
background-color css
<style>
a { background-color: #BD8BF6; }
a { background-color: rgb(189,139,246); }
div.DivClassName
{
background-color: #BD8BF6;
}
.BgClassName
{
background-color: #BD8BF6;
}
</style>
border-color css
<style>
span { border-color: #BD8BF6; }
span { border-color: rgb(189,139,246); }
td.TdClassName
{
border-color: #BD8BF6;
}
.TagClassName
{
border-color: #BD8BF6;
}
</style>