Shades of Wisteria #BD7FE9
Tints of Wisteria #BD7FE9
RGB
CMYK
RGB Variations
Color information
#BD7FE9 (or 0xBD7FE9) is known color: Wisteria. HEX triplet: BD, 7F and E9. RGB value is (189,127,233). Sum of RGB (Red+Green+Blue) = 189+127+233=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FE9 is #428016. Grayscale: #9D9D9D. Windows color (decimal): -4358167 or 15302589. OLE color: 15302589.
HSL color Cylindrical-coordinate representation of color #BD7FE9: hue angle of 275.09º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7FE9 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 127 | 233 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.09 |
| HSL | 275.09º | 0.71% | 0.71% | - |
| HSV(B) | 275.09º | 0.45% | 0.91% | - |
| XYZ | 43.28 | 31.88 | 80.96 | - |
| YUV | 157.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 233 | 0.19 | 0.45 | 0 | 0.09 | 275.09 | 0.71 | 0.71 |
| Hex | BD | 7F | E9 | 13 | 2D | 0 | 9 | 113 | 47 | 47 |
| Octal | 275 | 177 | 351 | 23 | 55 | 0 | 11 | 423 | 107 | 107 |
| Binary | 10111101 | 1111111 | 11101001 | 10011 | 101101 | 0 | 1001 | 100010011 | 1000111 | 1000111 |
Color Harmonies of #BD7FE9
Complementary color
Monochromatic Colors of #BD7FE9
Black with #BD7FE9
Text Example
Text Example
White with #BD7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FE9; }
p { color: rgb(189,127,233); }
H1.HeaderClassName
{
color: #BD7FE9;
}
.AnyTagClassName
{
color: #BD7FE9;
}
</style>
background-color css
<style>
a { background-color: #BD7FE9; }
a { background-color: rgb(189,127,233); }
div.DivClassName
{
background-color: #BD7FE9;
}
.BgClassName
{
background-color: #BD7FE9;
}
</style>
border-color css
<style>
span { border-color: #BD7FE9; }
span { border-color: rgb(189,127,233); }
td.TdClassName
{
border-color: #BD7FE9;
}
.TagClassName
{
border-color: #BD7FE9;
}
</style>