Shades of Wisteria #BD92E6
Tints of Wisteria #BD92E6
RGB
CMYK
RGB Variations
Color information
#BD92E6 (or 0xBD92E6) is known color: Wisteria. HEX triplet: BD, 92 and E6. RGB value is (189,146,230). Sum of RGB (Red+Green+Blue) = 189+146+230=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92E6 is #426D19. Grayscale: #A8A8A8. Windows color (decimal): -4353306 or 15110845. OLE color: 15110845.
HSL color Cylindrical-coordinate representation of color #BD92E6: hue angle of 270.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD92E6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 146 | 230 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.10 |
| HSL | 270.71º | 0.63% | 0.74% | - |
| HSV(B) | 270.71º | 0.37% | 0.9% | - |
| XYZ | 45.55 | 37.09 | 79.62 | - |
| YUV | 168.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 230 | 0.18 | 0.37 | 0 | 0.10 | 270.71 | 0.63 | 0.74 |
| Hex | BD | 92 | E6 | 12 | 25 | 0 | A | 10F | 3F | 4A |
| Octal | 275 | 222 | 346 | 22 | 45 | 0 | 12 | 417 | 77 | 112 |
| Binary | 10111101 | 10010010 | 11100110 | 10010 | 100101 | 0 | 1010 | 100001111 | 111111 | 1001010 |
Color Harmonies of #BD92E6
Complementary color
Monochromatic Colors of #BD92E6
Black with #BD92E6
Text Example
Text Example
White with #BD92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92E6; }
p { color: rgb(189,146,230); }
H1.HeaderClassName
{
color: #BD92E6;
}
.AnyTagClassName
{
color: #BD92E6;
}
</style>
background-color css
<style>
a { background-color: #BD92E6; }
a { background-color: rgb(189,146,230); }
div.DivClassName
{
background-color: #BD92E6;
}
.BgClassName
{
background-color: #BD92E6;
}
</style>
border-color css
<style>
span { border-color: #BD92E6; }
span { border-color: rgb(189,146,230); }
td.TdClassName
{
border-color: #BD92E6;
}
.TagClassName
{
border-color: #BD92E6;
}
</style>