Shades of Wisteria #BD7DEA
Tints of Wisteria #BD7DEA
RGB
CMYK
RGB Variations
Color information
#BD7DEA (or 0xBD7DEA) is known color: Wisteria. HEX triplet: BD, 7D and EA. RGB value is (189,125,234). Sum of RGB (Red+Green+Blue) = 189+125+234=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DEA is #428215. Grayscale: #9C9C9C. Windows color (decimal): -4358678 or 15367613. OLE color: 15367613.
HSL color Cylindrical-coordinate representation of color #BD7DEA: hue angle of 275.23º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7DEA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 125 | 234 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.08 |
| HSL | 275.23º | 0.72% | 0.7% | - |
| HSV(B) | 275.23º | 0.47% | 0.92% | - |
| XYZ | 43.17 | 31.43 | 81.63 | - |
| YUV | 156.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 234 | 0.19 | 0.47 | 0 | 0.08 | 275.23 | 0.72 | 0.7 |
| Hex | BD | 7D | EA | 13 | 2F | 0 | 8 | 113 | 48 | 46 |
| Octal | 275 | 175 | 352 | 23 | 57 | 0 | 10 | 423 | 110 | 106 |
| Binary | 10111101 | 1111101 | 11101010 | 10011 | 101111 | 0 | 1000 | 100010011 | 1001000 | 1000110 |
Color Harmonies of #BD7DEA
Complementary color
Monochromatic Colors of #BD7DEA
Black with #BD7DEA
Text Example
Text Example
White with #BD7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DEA; }
p { color: rgb(189,125,234); }
H1.HeaderClassName
{
color: #BD7DEA;
}
.AnyTagClassName
{
color: #BD7DEA;
}
</style>
background-color css
<style>
a { background-color: #BD7DEA; }
a { background-color: rgb(189,125,234); }
div.DivClassName
{
background-color: #BD7DEA;
}
.BgClassName
{
background-color: #BD7DEA;
}
</style>
border-color css
<style>
span { border-color: #BD7DEA; }
span { border-color: rgb(189,125,234); }
td.TdClassName
{
border-color: #BD7DEA;
}
.TagClassName
{
border-color: #BD7DEA;
}
</style>