Shades of Medium Orchid #B557EC
Tints of Medium Orchid #B557EC
RGB
CMYK
RGB Variations
Color information
#B557EC (or 0xB557EC) is known color: Medium Orchid. HEX triplet: B5, 57 and EC. RGB value is (181,87,236). Sum of RGB (Red+Green+Blue) = 181+87+236=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B557EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557EC is #4AA813. Grayscale: #838383. Windows color (decimal): -4892692 or 15488949. OLE color: 15488949.
HSL color Cylindrical-coordinate representation of color #B557EC: hue angle of 277.85º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B557EC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 87 | 236 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.07 |
| HSL | 277.85º | 0.8% | 0.63% | - |
| HSV(B) | 277.85º | 0.63% | 0.93% | - |
| XYZ | 37.6 | 22.7 | 81.76 | - |
| YUV | 132.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 236 | 0.23 | 0.63 | 0 | 0.07 | 277.85 | 0.8 | 0.63 |
| Hex | B5 | 57 | EC | 17 | 3F | 0 | 7 | 116 | 50 | 3F |
| Octal | 265 | 127 | 354 | 27 | 77 | 0 | 7 | 426 | 120 | 77 |
| Binary | 10110101 | 1010111 | 11101100 | 10111 | 111111 | 0 | 111 | 100010110 | 1010000 | 111111 |
Color Harmonies of #B557EC
Complementary color
Monochromatic Colors of #B557EC
Black with #B557EC
Text Example
Text Example
White with #B557EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557EC; }
p { color: rgb(181,87,236); }
H1.HeaderClassName
{
color: #B557EC;
}
.AnyTagClassName
{
color: #B557EC;
}
</style>
background-color css
<style>
a { background-color: #B557EC; }
a { background-color: rgb(181,87,236); }
div.DivClassName
{
background-color: #B557EC;
}
.BgClassName
{
background-color: #B557EC;
}
</style>
border-color css
<style>
span { border-color: #B557EC; }
span { border-color: rgb(181,87,236); }
td.TdClassName
{
border-color: #B557EC;
}
.TagClassName
{
border-color: #B557EC;
}
</style>