Shades of Medium Orchid #BB5EE0
Tints of Medium Orchid #BB5EE0
RGB
CMYK
RGB Variations
Color information
#BB5EE0 (or 0xBB5EE0) is known color: Medium Orchid. HEX triplet: BB, 5E and E0. RGB value is (187,94,224). Sum of RGB (Red+Green+Blue) = 187+94+224=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EE0 is #44A11F. Grayscale: #888888. Windows color (decimal): -4497696 or 14704315. OLE color: 14704315.
HSL color Cylindrical-coordinate representation of color #BB5EE0: hue angle of 282.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5EE0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 94 | 224 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.12 |
| HSL | 282.92º | 0.68% | 0.62% | - |
| HSV(B) | 282.92º | 0.58% | 0.88% | - |
| XYZ | 37.95 | 23.95 | 73.14 | - |
| YUV | 136.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 224 | 0.17 | 0.58 | 0 | 0.12 | 282.92 | 0.68 | 0.62 |
| Hex | BB | 5E | E0 | 11 | 3A | 0 | C | 11B | 44 | 3E |
| Octal | 273 | 136 | 340 | 21 | 72 | 0 | 14 | 433 | 104 | 76 |
| Binary | 10111011 | 1011110 | 11100000 | 10001 | 111010 | 0 | 1100 | 100011011 | 1000100 | 111110 |
Color Harmonies of #BB5EE0
Complementary color
Monochromatic Colors of #BB5EE0
Black with #BB5EE0
Text Example
Text Example
White with #BB5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5EE0; }
p { color: rgb(187,94,224); }
H1.HeaderClassName
{
color: #BB5EE0;
}
.AnyTagClassName
{
color: #BB5EE0;
}
</style>
background-color css
<style>
a { background-color: #BB5EE0; }
a { background-color: rgb(187,94,224); }
div.DivClassName
{
background-color: #BB5EE0;
}
.BgClassName
{
background-color: #BB5EE0;
}
</style>
border-color css
<style>
span { border-color: #BB5EE0; }
span { border-color: rgb(187,94,224); }
td.TdClassName
{
border-color: #BB5EE0;
}
.TagClassName
{
border-color: #BB5EE0;
}
</style>