Shades of Medium Orchid #BB50EC
Tints of Medium Orchid #BB50EC
RGB
CMYK
RGB Variations
Color information
#BB50EC (or 0xBB50EC) is known color: Medium Orchid. HEX triplet: BB, 50 and EC. RGB value is (187,80,236). Sum of RGB (Red+Green+Blue) = 187+80+236=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50EC is #44AF13. Grayscale: #818181. Windows color (decimal): -4501268 or 15487163. OLE color: 15487163.
HSL color Cylindrical-coordinate representation of color #BB50EC: hue angle of 281.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB50EC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 80 | 236 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.07 |
| HSL | 281.15º | 0.8% | 0.62% | - |
| HSV(B) | 281.15º | 0.66% | 0.93% | - |
| XYZ | 38.5 | 22.36 | 81.64 | - |
| YUV | 129.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 236 | 0.21 | 0.66 | 0 | 0.07 | 281.15 | 0.8 | 0.62 |
| Hex | BB | 50 | EC | 15 | 42 | 0 | 7 | 119 | 50 | 3E |
| Octal | 273 | 120 | 354 | 25 | 102 | 0 | 7 | 431 | 120 | 76 |
| Binary | 10111011 | 1010000 | 11101100 | 10101 | 1000010 | 0 | 111 | 100011001 | 1010000 | 111110 |
Color Harmonies of #BB50EC
Complementary color
Monochromatic Colors of #BB50EC
Black with #BB50EC
Text Example
Text Example
White with #BB50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50EC; }
p { color: rgb(187,80,236); }
H1.HeaderClassName
{
color: #BB50EC;
}
.AnyTagClassName
{
color: #BB50EC;
}
</style>
background-color css
<style>
a { background-color: #BB50EC; }
a { background-color: rgb(187,80,236); }
div.DivClassName
{
background-color: #BB50EC;
}
.BgClassName
{
background-color: #BB50EC;
}
</style>
border-color css
<style>
span { border-color: #BB50EC; }
span { border-color: rgb(187,80,236); }
td.TdClassName
{
border-color: #BB50EC;
}
.TagClassName
{
border-color: #BB50EC;
}
</style>