Shades of Medium Orchid #BB61EC
Tints of Medium Orchid #BB61EC
RGB
CMYK
RGB Variations
Color information
#BB61EC (or 0xBB61EC) is known color: Medium Orchid. HEX triplet: BB, 61 and EC. RGB value is (187,97,236). Sum of RGB (Red+Green+Blue) = 187+97+236=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61EC is #449E13. Grayscale: #8B8B8B. Windows color (decimal): -4496916 or 15491515. OLE color: 15491515.
HSL color Cylindrical-coordinate representation of color #BB61EC: hue angle of 278.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB61EC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 97 | 236 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.07 |
| HSL | 278.85º | 0.79% | 0.65% | - |
| HSV(B) | 278.85º | 0.59% | 0.93% | - |
| XYZ | 39.91 | 25.17 | 82.11 | - |
| YUV | 139.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 236 | 0.21 | 0.59 | 0 | 0.07 | 278.85 | 0.79 | 0.65 |
| Hex | BB | 61 | EC | 15 | 3B | 0 | 7 | 117 | 4F | 41 |
| Octal | 273 | 141 | 354 | 25 | 73 | 0 | 7 | 427 | 117 | 101 |
| Binary | 10111011 | 1100001 | 11101100 | 10101 | 111011 | 0 | 111 | 100010111 | 1001111 | 1000001 |
Color Harmonies of #BB61EC
Complementary color
Monochromatic Colors of #BB61EC
Black with #BB61EC
Text Example
Text Example
White with #BB61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61EC; }
p { color: rgb(187,97,236); }
H1.HeaderClassName
{
color: #BB61EC;
}
.AnyTagClassName
{
color: #BB61EC;
}
</style>
background-color css
<style>
a { background-color: #BB61EC; }
a { background-color: rgb(187,97,236); }
div.DivClassName
{
background-color: #BB61EC;
}
.BgClassName
{
background-color: #BB61EC;
}
</style>
border-color css
<style>
span { border-color: #BB61EC; }
span { border-color: rgb(187,97,236); }
td.TdClassName
{
border-color: #BB61EC;
}
.TagClassName
{
border-color: #BB61EC;
}
</style>