Shades of Medium Orchid #B051EC
Tints of Medium Orchid #B051EC
RGB
CMYK
RGB Variations
Color information
#B051EC (or 0xB051EC) is known color: Medium Orchid. HEX triplet: B0, 51 and EC. RGB value is (176,81,236). Sum of RGB (Red+Green+Blue) = 176+81+236=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #B051EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051EC is #4FAE13. Grayscale: #7E7E7E. Windows color (decimal): -5221908 or 15487408. OLE color: 15487408.
HSL color Cylindrical-coordinate representation of color #B051EC: hue angle of 276.77º 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 #B051EC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 81 | 236 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.07 |
| HSL | 276.77º | 0.8% | 0.62% | - |
| HSV(B) | 276.77º | 0.66% | 0.93% | - |
| XYZ | 35.99 | 21.17 | 81.55 | - |
| YUV | 127.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 236 | 0.25 | 0.66 | 0 | 0.07 | 276.77 | 0.8 | 0.62 |
| Hex | B0 | 51 | EC | 19 | 42 | 0 | 7 | 115 | 50 | 3E |
| Octal | 260 | 121 | 354 | 31 | 102 | 0 | 7 | 425 | 120 | 76 |
| Binary | 10110000 | 1010001 | 11101100 | 11001 | 1000010 | 0 | 111 | 100010101 | 1010000 | 111110 |
Color Harmonies of #B051EC
Complementary color
Monochromatic Colors of #B051EC
Black with #B051EC
Text Example
Text Example
White with #B051EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051EC; }
p { color: rgb(176,81,236); }
H1.HeaderClassName
{
color: #B051EC;
}
.AnyTagClassName
{
color: #B051EC;
}
</style>
background-color css
<style>
a { background-color: #B051EC; }
a { background-color: rgb(176,81,236); }
div.DivClassName
{
background-color: #B051EC;
}
.BgClassName
{
background-color: #B051EC;
}
</style>
border-color css
<style>
span { border-color: #B051EC; }
span { border-color: rgb(176,81,236); }
td.TdClassName
{
border-color: #B051EC;
}
.TagClassName
{
border-color: #B051EC;
}
</style>