Shades of Medium Orchid #B550EC
Tints of Medium Orchid #B550EC
RGB
CMYK
RGB Variations
Color information
#B550EC (or 0xB550EC) is known color: Medium Orchid. HEX triplet: B5, 50 and EC. RGB value is (181,80,236). Sum of RGB (Red+Green+Blue) = 181+80+236=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #B550EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550EC is #4AAF13. Grayscale: #7F7F7F. Windows color (decimal): -4894484 or 15487157. OLE color: 15487157.
HSL color Cylindrical-coordinate representation of color #B550EC: hue angle of 278.85º 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 #B550EC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 80 | 236 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.07 |
| HSL | 278.85º | 0.8% | 0.62% | - |
| HSV(B) | 278.85º | 0.66% | 0.93% | - |
| XYZ | 37.07 | 21.62 | 81.58 | - |
| YUV | 127.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 236 | 0.23 | 0.66 | 0 | 0.07 | 278.85 | 0.8 | 0.62 |
| Hex | B5 | 50 | EC | 17 | 42 | 0 | 7 | 117 | 50 | 3E |
| Octal | 265 | 120 | 354 | 27 | 102 | 0 | 7 | 427 | 120 | 76 |
| Binary | 10110101 | 1010000 | 11101100 | 10111 | 1000010 | 0 | 111 | 100010111 | 1010000 | 111110 |
Color Harmonies of #B550EC
Complementary color
Monochromatic Colors of #B550EC
Black with #B550EC
Text Example
Text Example
White with #B550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550EC; }
p { color: rgb(181,80,236); }
H1.HeaderClassName
{
color: #B550EC;
}
.AnyTagClassName
{
color: #B550EC;
}
</style>
background-color css
<style>
a { background-color: #B550EC; }
a { background-color: rgb(181,80,236); }
div.DivClassName
{
background-color: #B550EC;
}
.BgClassName
{
background-color: #B550EC;
}
</style>
border-color css
<style>
span { border-color: #B550EC; }
span { border-color: rgb(181,80,236); }
td.TdClassName
{
border-color: #B550EC;
}
.TagClassName
{
border-color: #B550EC;
}
</style>