Shades of Wisteria #BD92E5
Tints of Wisteria #BD92E5
RGB
CMYK
RGB Variations
Color information
#BD92E5 (or 0xBD92E5) is known color: Wisteria. HEX triplet: BD, 92 and E5. RGB value is (189,146,229). Sum of RGB (Red+Green+Blue) = 189+146+229=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92E5 is #426D1A. Grayscale: #A8A8A8. Windows color (decimal): -4353307 or 15045309. OLE color: 15045309.
HSL color Cylindrical-coordinate representation of color #BD92E5: hue angle of 271.08º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD92E5 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 146 | 229 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.10 |
| HSL | 271.08º | 0.61% | 0.74% | - |
| HSV(B) | 271.08º | 0.36% | 0.9% | - |
| XYZ | 45.41 | 37.03 | 78.88 | - |
| YUV | 168.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 229 | 0.17 | 0.36 | 0 | 0.10 | 271.08 | 0.61 | 0.74 |
| Hex | BD | 92 | E5 | 11 | 24 | 0 | A | 10F | 3D | 4A |
| Octal | 275 | 222 | 345 | 21 | 44 | 0 | 12 | 417 | 75 | 112 |
| Binary | 10111101 | 10010010 | 11100101 | 10001 | 100100 | 0 | 1010 | 100001111 | 111101 | 1001010 |
Color Harmonies of #BD92E5
Complementary color
Monochromatic Colors of #BD92E5
Black with #BD92E5
Text Example
Text Example
White with #BD92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92E5; }
p { color: rgb(189,146,229); }
H1.HeaderClassName
{
color: #BD92E5;
}
.AnyTagClassName
{
color: #BD92E5;
}
</style>
background-color css
<style>
a { background-color: #BD92E5; }
a { background-color: rgb(189,146,229); }
div.DivClassName
{
background-color: #BD92E5;
}
.BgClassName
{
background-color: #BD92E5;
}
</style>
border-color css
<style>
span { border-color: #BD92E5; }
span { border-color: rgb(189,146,229); }
td.TdClassName
{
border-color: #BD92E5;
}
.TagClassName
{
border-color: #BD92E5;
}
</style>