Shades of Wisteria #BD7BE5
Tints of Wisteria #BD7BE5
RGB
CMYK
RGB Variations
Color information
#BD7BE5 (or 0xBD7BE5) is known color: Wisteria. HEX triplet: BD, 7B and E5. RGB value is (189,123,229). Sum of RGB (Red+Green+Blue) = 189+123+229=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BE5 is #42841A. Grayscale: #9A9A9A. Windows color (decimal): -4359195 or 15039421. OLE color: 15039421.
HSL color Cylindrical-coordinate representation of color #BD7BE5: hue angle of 277.36º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7BE5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 123 | 229 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.10 |
| HSL | 277.36º | 0.67% | 0.69% | - |
| HSV(B) | 277.36º | 0.46% | 0.9% | - |
| XYZ | 42.21 | 30.64 | 77.82 | - |
| YUV | 154.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 229 | 0.17 | 0.46 | 0 | 0.10 | 277.36 | 0.67 | 0.69 |
| Hex | BD | 7B | E5 | 11 | 2E | 0 | A | 115 | 43 | 45 |
| Octal | 275 | 173 | 345 | 21 | 56 | 0 | 12 | 425 | 103 | 105 |
| Binary | 10111101 | 1111011 | 11100101 | 10001 | 101110 | 0 | 1010 | 100010101 | 1000011 | 1000101 |
Color Harmonies of #BD7BE5
Complementary color
Monochromatic Colors of #BD7BE5
Black with #BD7BE5
Text Example
Text Example
White with #BD7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BE5; }
p { color: rgb(189,123,229); }
H1.HeaderClassName
{
color: #BD7BE5;
}
.AnyTagClassName
{
color: #BD7BE5;
}
</style>
background-color css
<style>
a { background-color: #BD7BE5; }
a { background-color: rgb(189,123,229); }
div.DivClassName
{
background-color: #BD7BE5;
}
.BgClassName
{
background-color: #BD7BE5;
}
</style>
border-color css
<style>
span { border-color: #BD7BE5; }
span { border-color: rgb(189,123,229); }
td.TdClassName
{
border-color: #BD7BE5;
}
.TagClassName
{
border-color: #BD7BE5;
}
</style>