Shades of Wisteria #BD85E4
Tints of Wisteria #BD85E4
RGB
CMYK
RGB Variations
Color information
#BD85E4 (or 0xBD85E4) is known color: Wisteria. HEX triplet: BD, 85 and E4. RGB value is (189,133,228). Sum of RGB (Red+Green+Blue) = 189+133+228=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD85E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85E4 is #427A1B. Grayscale: #A0A0A0. Windows color (decimal): -4356636 or 14976445. OLE color: 14976445.
HSL color Cylindrical-coordinate representation of color #BD85E4: hue angle of 275.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD85E4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 133 | 228 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.11 |
| HSL | 275.37º | 0.64% | 0.71% | - |
| HSV(B) | 275.37º | 0.42% | 0.89% | - |
| XYZ | 43.38 | 33.2 | 77.52 | - |
| YUV | 160.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 228 | 0.17 | 0.42 | 0 | 0.11 | 275.37 | 0.64 | 0.71 |
| Hex | BD | 85 | E4 | 11 | 2A | 0 | B | 113 | 40 | 47 |
| Octal | 275 | 205 | 344 | 21 | 52 | 0 | 13 | 423 | 100 | 107 |
| Binary | 10111101 | 10000101 | 11100100 | 10001 | 101010 | 0 | 1011 | 100010011 | 1000000 | 1000111 |
Color Harmonies of #BD85E4
Complementary color
Monochromatic Colors of #BD85E4
Black with #BD85E4
Text Example
Text Example
White with #BD85E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85E4; }
p { color: rgb(189,133,228); }
H1.HeaderClassName
{
color: #BD85E4;
}
.AnyTagClassName
{
color: #BD85E4;
}
</style>
background-color css
<style>
a { background-color: #BD85E4; }
a { background-color: rgb(189,133,228); }
div.DivClassName
{
background-color: #BD85E4;
}
.BgClassName
{
background-color: #BD85E4;
}
</style>
border-color css
<style>
span { border-color: #BD85E4; }
span { border-color: rgb(189,133,228); }
td.TdClassName
{
border-color: #BD85E4;
}
.TagClassName
{
border-color: #BD85E4;
}
</style>