Shades of Medium Orchid #B551EC
Tints of Medium Orchid #B551EC
RGB
CMYK
RGB Variations
Color information
#B551EC (or 0xB551EC) is known color: Medium Orchid. HEX triplet: B5, 51 and EC. RGB value is (181,81,236). Sum of RGB (Red+Green+Blue) = 181+81+236=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #B551EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551EC is #4AAE13. Grayscale: #808080. Windows color (decimal): -4894228 or 15487413. OLE color: 15487413.
HSL color Cylindrical-coordinate representation of color #B551EC: hue angle of 278.71º 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 #B551EC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 81 | 236 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.07 |
| HSL | 278.71º | 0.8% | 0.62% | - |
| HSV(B) | 278.71º | 0.66% | 0.93% | - |
| XYZ | 37.14 | 21.76 | 81.6 | - |
| YUV | 128.57 | 188.63 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 236 | 0.23 | 0.66 | 0 | 0.07 | 278.71 | 0.8 | 0.62 |
| Hex | B5 | 51 | EC | 17 | 42 | 0 | 7 | 117 | 50 | 3E |
| Octal | 265 | 121 | 354 | 27 | 102 | 0 | 7 | 427 | 120 | 76 |
| Binary | 10110101 | 1010001 | 11101100 | 10111 | 1000010 | 0 | 111 | 100010111 | 1010000 | 111110 |
Color Harmonies of #B551EC
Complementary color
Monochromatic Colors of #B551EC
Black with #B551EC
Text Example
Text Example
White with #B551EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551EC; }
p { color: rgb(181,81,236); }
H1.HeaderClassName
{
color: #B551EC;
}
.AnyTagClassName
{
color: #B551EC;
}
</style>
background-color css
<style>
a { background-color: #B551EC; }
a { background-color: rgb(181,81,236); }
div.DivClassName
{
background-color: #B551EC;
}
.BgClassName
{
background-color: #B551EC;
}
</style>
border-color css
<style>
span { border-color: #B551EC; }
span { border-color: rgb(181,81,236); }
td.TdClassName
{
border-color: #B551EC;
}
.TagClassName
{
border-color: #B551EC;
}
</style>