Shades of Medium Orchid #BB5EE9
Tints of Medium Orchid #BB5EE9
RGB
CMYK
RGB Variations
Color information
#BB5EE9 (or 0xBB5EE9) is known color: Medium Orchid. HEX triplet: BB, 5E and E9. RGB value is (187,94,233). Sum of RGB (Red+Green+Blue) = 187+94+233=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB5EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EE9 is #44A116. Grayscale: #898989. Windows color (decimal): -4497687 or 15294139. OLE color: 15294139.
HSL color Cylindrical-coordinate representation of color #BB5EE9: hue angle of 280.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5EE9 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 94 | 233 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.09 |
| HSL | 280.14º | 0.76% | 0.64% | - |
| HSV(B) | 280.14º | 0.6% | 0.91% | - |
| XYZ | 39.2 | 24.45 | 79.74 | - |
| YUV | 137.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 233 | 0.20 | 0.60 | 0 | 0.09 | 280.14 | 0.76 | 0.64 |
| Hex | BB | 5E | E9 | 14 | 3C | 0 | 9 | 118 | 4C | 40 |
| Octal | 273 | 136 | 351 | 24 | 74 | 0 | 11 | 430 | 114 | 100 |
| Binary | 10111011 | 1011110 | 11101001 | 10100 | 111100 | 0 | 1001 | 100011000 | 1001100 | 1000000 |
Color Harmonies of #BB5EE9
Complementary color
Monochromatic Colors of #BB5EE9
Black with #BB5EE9
Text Example
Text Example
White with #BB5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5EE9; }
p { color: rgb(187,94,233); }
H1.HeaderClassName
{
color: #BB5EE9;
}
.AnyTagClassName
{
color: #BB5EE9;
}
</style>
background-color css
<style>
a { background-color: #BB5EE9; }
a { background-color: rgb(187,94,233); }
div.DivClassName
{
background-color: #BB5EE9;
}
.BgClassName
{
background-color: #BB5EE9;
}
</style>
border-color css
<style>
span { border-color: #BB5EE9; }
span { border-color: rgb(187,94,233); }
td.TdClassName
{
border-color: #BB5EE9;
}
.TagClassName
{
border-color: #BB5EE9;
}
</style>