Shades of Medium Orchid #BD5EE5
Tints of Medium Orchid #BD5EE5
RGB
CMYK
RGB Variations
Color information
#BD5EE5 (or 0xBD5EE5) is known color: Medium Orchid. HEX triplet: BD, 5E and E5. RGB value is (189,94,229). Sum of RGB (Red+Green+Blue) = 189+94+229=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD5EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EE5 is #42A11A. Grayscale: #898989. Windows color (decimal): -4366619 or 15031997. OLE color: 15031997.
HSL color Cylindrical-coordinate representation of color #BD5EE5: hue angle of 282.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5EE5 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 94 | 229 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.10 |
| HSL | 282.22º | 0.72% | 0.63% | - |
| HSV(B) | 282.22º | 0.59% | 0.9% | - |
| XYZ | 39.13 | 24.48 | 76.79 | - |
| YUV | 137.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 229 | 0.17 | 0.59 | 0 | 0.10 | 282.22 | 0.72 | 0.63 |
| Hex | BD | 5E | E5 | 11 | 3B | 0 | A | 11A | 48 | 3F |
| Octal | 275 | 136 | 345 | 21 | 73 | 0 | 12 | 432 | 110 | 77 |
| Binary | 10111101 | 1011110 | 11100101 | 10001 | 111011 | 0 | 1010 | 100011010 | 1001000 | 111111 |
Color Harmonies of #BD5EE5
Complementary color
Monochromatic Colors of #BD5EE5
Black with #BD5EE5
Text Example
Text Example
White with #BD5EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EE5; }
p { color: rgb(189,94,229); }
H1.HeaderClassName
{
color: #BD5EE5;
}
.AnyTagClassName
{
color: #BD5EE5;
}
</style>
background-color css
<style>
a { background-color: #BD5EE5; }
a { background-color: rgb(189,94,229); }
div.DivClassName
{
background-color: #BD5EE5;
}
.BgClassName
{
background-color: #BD5EE5;
}
</style>
border-color css
<style>
span { border-color: #BD5EE5; }
span { border-color: rgb(189,94,229); }
td.TdClassName
{
border-color: #BD5EE5;
}
.TagClassName
{
border-color: #BD5EE5;
}
</style>