Shades of Medium Orchid #B853EC
Tints of Medium Orchid #B853EC
RGB
CMYK
RGB Variations
Color information
#B853EC (or 0xB853EC) is known color: Medium Orchid. HEX triplet: B8, 53 and EC. RGB value is (184,83,236). Sum of RGB (Red+Green+Blue) = 184+83+236=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B853EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B853EC is #47AC13. Grayscale: #828282. Windows color (decimal): -4697108 or 15487928. OLE color: 15487928.
HSL color Cylindrical-coordinate representation of color #B853EC: hue angle of 279.61º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B853EC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 83 | 236 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.07 |
| HSL | 279.61º | 0.8% | 0.63% | - |
| HSV(B) | 279.61º | 0.65% | 0.93% | - |
| XYZ | 38 | 22.43 | 81.68 | - |
| YUV | 130.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 236 | 0.22 | 0.65 | 0 | 0.07 | 279.61 | 0.8 | 0.63 |
| Hex | B8 | 53 | EC | 16 | 41 | 0 | 7 | 118 | 50 | 3F |
| Octal | 270 | 123 | 354 | 26 | 101 | 0 | 7 | 430 | 120 | 77 |
| Binary | 10111000 | 1010011 | 11101100 | 10110 | 1000001 | 0 | 111 | 100011000 | 1010000 | 111111 |
Color Harmonies of #B853EC
Complementary color
Monochromatic Colors of #B853EC
Black with #B853EC
Text Example
Text Example
White with #B853EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853EC; }
p { color: rgb(184,83,236); }
H1.HeaderClassName
{
color: #B853EC;
}
.AnyTagClassName
{
color: #B853EC;
}
</style>
background-color css
<style>
a { background-color: #B853EC; }
a { background-color: rgb(184,83,236); }
div.DivClassName
{
background-color: #B853EC;
}
.BgClassName
{
background-color: #B853EC;
}
</style>
border-color css
<style>
span { border-color: #B853EC; }
span { border-color: rgb(184,83,236); }
td.TdClassName
{
border-color: #B853EC;
}
.TagClassName
{
border-color: #B853EC;
}
</style>