Shades of Medium Orchid #BB5EEE
Tints of Medium Orchid #BB5EEE
RGB
CMYK
RGB Variations
Color information
#BB5EEE (or 0xBB5EEE) is known color: Medium Orchid. HEX triplet: BB, 5E and EE. RGB value is (187,94,238). Sum of RGB (Red+Green+Blue) = 187+94+238=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EEE is #44A111. Grayscale: #898989. Windows color (decimal): -4497682 or 15621819. OLE color: 15621819.
HSL color Cylindrical-coordinate representation of color #BB5EEE: hue angle of 278.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5EEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 94 | 238 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 278.75º | 0.81% | 0.65% | - |
| HSV(B) | 278.75º | 0.61% | 0.93% | - |
| XYZ | 39.93 | 24.74 | 83.56 | - |
| YUV | 138.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 238 | 0.21 | 0.61 | 0 | 0.07 | 278.75 | 0.81 | 0.65 |
| Hex | BB | 5E | EE | 15 | 3D | 0 | 7 | 117 | 51 | 41 |
| Octal | 273 | 136 | 356 | 25 | 75 | 0 | 7 | 427 | 121 | 101 |
| Binary | 10111011 | 1011110 | 11101110 | 10101 | 111101 | 0 | 111 | 100010111 | 1010001 | 1000001 |
Color Harmonies of #BB5EEE
Complementary color
Monochromatic Colors of #BB5EEE
Black with #BB5EEE
Text Example
Text Example
White with #BB5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5EEE; }
p { color: rgb(187,94,238); }
H1.HeaderClassName
{
color: #BB5EEE;
}
.AnyTagClassName
{
color: #BB5EEE;
}
</style>
background-color css
<style>
a { background-color: #BB5EEE; }
a { background-color: rgb(187,94,238); }
div.DivClassName
{
background-color: #BB5EEE;
}
.BgClassName
{
background-color: #BB5EEE;
}
</style>
border-color css
<style>
span { border-color: #BB5EEE; }
span { border-color: rgb(187,94,238); }
td.TdClassName
{
border-color: #BB5EEE;
}
.TagClassName
{
border-color: #BB5EEE;
}
</style>