Shades of Wisteria #BD7CE0
Tints of Wisteria #BD7CE0
RGB
CMYK
RGB Variations
Color information
#BD7CE0 (or 0xBD7CE0) is known color: Wisteria. HEX triplet: BD, 7C and E0. RGB value is (189,124,224). Sum of RGB (Red+Green+Blue) = 189+124+224=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CE0 is #42831F. Grayscale: #9A9A9A. Windows color (decimal): -4358944 or 14711997. OLE color: 14711997.
HSL color Cylindrical-coordinate representation of color #BD7CE0: hue angle of 279º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7CE0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 124 | 224 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.12 |
| HSL | 279º | 0.62% | 0.68% | - |
| HSV(B) | 279º | 0.45% | 0.88% | - |
| XYZ | 41.65 | 30.62 | 74.24 | - |
| YUV | 154.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 224 | 0.16 | 0.45 | 0 | 0.12 | 279 | 0.62 | 0.68 |
| Hex | BD | 7C | E0 | 10 | 2D | 0 | C | 117 | 3E | 44 |
| Octal | 275 | 174 | 340 | 20 | 55 | 0 | 14 | 427 | 76 | 104 |
| Binary | 10111101 | 1111100 | 11100000 | 10000 | 101101 | 0 | 1100 | 100010111 | 111110 | 1000100 |
Color Harmonies of #BD7CE0
Complementary color
Monochromatic Colors of #BD7CE0
Black with #BD7CE0
Text Example
Text Example
White with #BD7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CE0; }
p { color: rgb(189,124,224); }
H1.HeaderClassName
{
color: #BD7CE0;
}
.AnyTagClassName
{
color: #BD7CE0;
}
</style>
background-color css
<style>
a { background-color: #BD7CE0; }
a { background-color: rgb(189,124,224); }
div.DivClassName
{
background-color: #BD7CE0;
}
.BgClassName
{
background-color: #BD7CE0;
}
</style>
border-color css
<style>
span { border-color: #BD7CE0; }
span { border-color: rgb(189,124,224); }
td.TdClassName
{
border-color: #BD7CE0;
}
.TagClassName
{
border-color: #BD7CE0;
}
</style>