Shades of Wisteria #BD85E5
Tints of Wisteria #BD85E5
RGB
CMYK
RGB Variations
Color information
#BD85E5 (or 0xBD85E5) is known color: Wisteria. HEX triplet: BD, 85 and E5. RGB value is (189,133,229). Sum of RGB (Red+Green+Blue) = 189+133+229=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85E5 is #427A1A. Grayscale: #A0A0A0. Windows color (decimal): -4356635 or 15041981. OLE color: 15041981.
HSL color Cylindrical-coordinate representation of color #BD85E5: hue angle of 275º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD85E5 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 133 | 229 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.10 |
| HSL | 275º | 0.65% | 0.71% | - |
| HSV(B) | 275º | 0.42% | 0.9% | - |
| XYZ | 43.52 | 33.25 | 78.25 | - |
| YUV | 160.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 229 | 0.17 | 0.42 | 0 | 0.10 | 275 | 0.65 | 0.71 |
| Hex | BD | 85 | E5 | 11 | 2A | 0 | A | 113 | 41 | 47 |
| Octal | 275 | 205 | 345 | 21 | 52 | 0 | 12 | 423 | 101 | 107 |
| Binary | 10111101 | 10000101 | 11100101 | 10001 | 101010 | 0 | 1010 | 100010011 | 1000001 | 1000111 |
Color Harmonies of #BD85E5
Complementary color
Monochromatic Colors of #BD85E5
Black with #BD85E5
Text Example
Text Example
White with #BD85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85E5; }
p { color: rgb(189,133,229); }
H1.HeaderClassName
{
color: #BD85E5;
}
.AnyTagClassName
{
color: #BD85E5;
}
</style>
background-color css
<style>
a { background-color: #BD85E5; }
a { background-color: rgb(189,133,229); }
div.DivClassName
{
background-color: #BD85E5;
}
.BgClassName
{
background-color: #BD85E5;
}
</style>
border-color css
<style>
span { border-color: #BD85E5; }
span { border-color: rgb(189,133,229); }
td.TdClassName
{
border-color: #BD85E5;
}
.TagClassName
{
border-color: #BD85E5;
}
</style>