Shades of Medium Orchid #B852EC
Tints of Medium Orchid #B852EC
RGB
CMYK
RGB Variations
Color information
#B852EC (or 0xB852EC) is known color: Medium Orchid. HEX triplet: B8, 52 and EC. RGB value is (184,82,236). Sum of RGB (Red+Green+Blue) = 184+82+236=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #B852EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852EC is #47AD13. Grayscale: #818181. Windows color (decimal): -4697364 or 15487672. OLE color: 15487672.
HSL color Cylindrical-coordinate representation of color #B852EC: hue angle of 279.74º 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 #B852EC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 82 | 236 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.07 |
| HSL | 279.74º | 0.8% | 0.62% | - |
| HSV(B) | 279.74º | 0.65% | 0.93% | - |
| XYZ | 37.92 | 22.28 | 81.66 | - |
| YUV | 130.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 236 | 0.22 | 0.65 | 0 | 0.07 | 279.74 | 0.8 | 0.62 |
| Hex | B8 | 52 | EC | 16 | 41 | 0 | 7 | 118 | 50 | 3E |
| Octal | 270 | 122 | 354 | 26 | 101 | 0 | 7 | 430 | 120 | 76 |
| Binary | 10111000 | 1010010 | 11101100 | 10110 | 1000001 | 0 | 111 | 100011000 | 1010000 | 111110 |
Color Harmonies of #B852EC
Complementary color
Monochromatic Colors of #B852EC
Black with #B852EC
Text Example
Text Example
White with #B852EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852EC; }
p { color: rgb(184,82,236); }
H1.HeaderClassName
{
color: #B852EC;
}
.AnyTagClassName
{
color: #B852EC;
}
</style>
background-color css
<style>
a { background-color: #B852EC; }
a { background-color: rgb(184,82,236); }
div.DivClassName
{
background-color: #B852EC;
}
.BgClassName
{
background-color: #B852EC;
}
</style>
border-color css
<style>
span { border-color: #B852EC; }
span { border-color: rgb(184,82,236); }
td.TdClassName
{
border-color: #B852EC;
}
.TagClassName
{
border-color: #B852EC;
}
</style>