Shades of Medium Orchid #B052EC
Tints of Medium Orchid #B052EC
RGB
CMYK
RGB Variations
Color information
#B052EC (or 0xB052EC) is known color: Medium Orchid. HEX triplet: B0, 52 and EC. RGB value is (176,82,236). Sum of RGB (Red+Green+Blue) = 176+82+236=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #B052EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B052EC is #4FAD13. Grayscale: #7F7F7F. Windows color (decimal): -5221652 or 15487664. OLE color: 15487664.
HSL color Cylindrical-coordinate representation of color #B052EC: hue angle of 276.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B052EC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 82 | 236 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.07 |
| HSL | 276.62º | 0.8% | 0.62% | - |
| HSV(B) | 276.62º | 0.65% | 0.93% | - |
| XYZ | 36.06 | 21.32 | 81.57 | - |
| YUV | 127.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 236 | 0.25 | 0.65 | 0 | 0.07 | 276.62 | 0.8 | 0.62 |
| Hex | B0 | 52 | EC | 19 | 41 | 0 | 7 | 115 | 50 | 3E |
| Octal | 260 | 122 | 354 | 31 | 101 | 0 | 7 | 425 | 120 | 76 |
| Binary | 10110000 | 1010010 | 11101100 | 11001 | 1000001 | 0 | 111 | 100010101 | 1010000 | 111110 |
Color Harmonies of #B052EC
Complementary color
Monochromatic Colors of #B052EC
Black with #B052EC
Text Example
Text Example
White with #B052EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052EC; }
p { color: rgb(176,82,236); }
H1.HeaderClassName
{
color: #B052EC;
}
.AnyTagClassName
{
color: #B052EC;
}
</style>
background-color css
<style>
a { background-color: #B052EC; }
a { background-color: rgb(176,82,236); }
div.DivClassName
{
background-color: #B052EC;
}
.BgClassName
{
background-color: #B052EC;
}
</style>
border-color css
<style>
span { border-color: #B052EC; }
span { border-color: rgb(176,82,236); }
td.TdClassName
{
border-color: #B052EC;
}
.TagClassName
{
border-color: #B052EC;
}
</style>