Shades of Medium Orchid #B838EC
Tints of Medium Orchid #B838EC
RGB
CMYK
RGB Variations
Color information
#B838EC (or 0xB838EC) is known color: Medium Orchid. HEX triplet: B8, 38 and EC. RGB value is (184,56,236). Sum of RGB (Red+Green+Blue) = 184+56+236=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B838EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B838EC is #47C713. Grayscale: #727272. Windows color (decimal): -4704020 or 15481016. OLE color: 15481016.
HSL color Cylindrical-coordinate representation of color #B838EC: hue angle of 282.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B838EC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 56 | 236 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.07 |
| HSL | 282.67º | 0.83% | 0.57% | - |
| HSV(B) | 282.67º | 0.76% | 0.93% | - |
| XYZ | 36.32 | 19.07 | 81.12 | - |
| YUV | 114.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 236 | 0.22 | 0.76 | 0 | 0.07 | 282.67 | 0.83 | 0.57 |
| Hex | B8 | 38 | EC | 16 | 4C | 0 | 7 | 11B | 53 | 39 |
| Octal | 270 | 70 | 354 | 26 | 114 | 0 | 7 | 433 | 123 | 71 |
| Binary | 10111000 | 111000 | 11101100 | 10110 | 1001100 | 0 | 111 | 100011011 | 1010011 | 111001 |
Color Harmonies of #B838EC
Complementary color
Monochromatic Colors of #B838EC
Black with #B838EC
Text Example
Text Example
White with #B838EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838EC; }
p { color: rgb(184,56,236); }
H1.HeaderClassName
{
color: #B838EC;
}
.AnyTagClassName
{
color: #B838EC;
}
</style>
background-color css
<style>
a { background-color: #B838EC; }
a { background-color: rgb(184,56,236); }
div.DivClassName
{
background-color: #B838EC;
}
.BgClassName
{
background-color: #B838EC;
}
</style>
border-color css
<style>
span { border-color: #B838EC; }
span { border-color: rgb(184,56,236); }
td.TdClassName
{
border-color: #B838EC;
}
.TagClassName
{
border-color: #B838EC;
}
</style>