Shades of Wisteria #BD84EF
Tints of Wisteria #BD84EF
RGB
CMYK
RGB Variations
Color information
#BD84EF (or 0xBD84EF) is known color: Wisteria. HEX triplet: BD, 84 and EF. RGB value is (189,132,239). Sum of RGB (Red+Green+Blue) = 189+132+239=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84EF is #427B10. Grayscale: #A0A0A0. Windows color (decimal): -4356881 or 15697085. OLE color: 15697085.
HSL color Cylindrical-coordinate representation of color #BD84EF: hue angle of 271.96º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD84EF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 132 | 239 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.06 |
| HSL | 271.96º | 0.77% | 0.73% | - |
| HSV(B) | 271.96º | 0.45% | 0.94% | - |
| XYZ | 44.82 | 33.55 | 85.78 | - |
| YUV | 161.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 239 | 0.21 | 0.45 | 0 | 0.06 | 271.96 | 0.77 | 0.73 |
| Hex | BD | 84 | EF | 15 | 2D | 0 | 6 | 110 | 4D | 49 |
| Octal | 275 | 204 | 357 | 25 | 55 | 0 | 6 | 420 | 115 | 111 |
| Binary | 10111101 | 10000100 | 11101111 | 10101 | 101101 | 0 | 110 | 100010000 | 1001101 | 1001001 |
Color Harmonies of #BD84EF
Complementary color
Monochromatic Colors of #BD84EF
Black with #BD84EF
Text Example
Text Example
White with #BD84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84EF; }
p { color: rgb(189,132,239); }
H1.HeaderClassName
{
color: #BD84EF;
}
.AnyTagClassName
{
color: #BD84EF;
}
</style>
background-color css
<style>
a { background-color: #BD84EF; }
a { background-color: rgb(189,132,239); }
div.DivClassName
{
background-color: #BD84EF;
}
.BgClassName
{
background-color: #BD84EF;
}
</style>
border-color css
<style>
span { border-color: #BD84EF; }
span { border-color: rgb(189,132,239); }
td.TdClassName
{
border-color: #BD84EF;
}
.TagClassName
{
border-color: #BD84EF;
}
</style>