Shades of Medium Orchid #B538EC
Tints of Medium Orchid #B538EC
RGB
CMYK
RGB Variations
Color information
#B538EC (or 0xB538EC) is known color: Medium Orchid. HEX triplet: B5, 38 and EC. RGB value is (181,56,236). Sum of RGB (Red+Green+Blue) = 181+56+236=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #B538EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B538EC is #4AC713. Grayscale: #717171. Windows color (decimal): -4900628 or 15481013. OLE color: 15481013.
HSL color Cylindrical-coordinate representation of color #B538EC: hue angle of 281.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 #B538EC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 56 | 236 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.07 |
| HSL | 281.67º | 0.83% | 0.57% | - |
| HSV(B) | 281.67º | 0.76% | 0.93% | - |
| XYZ | 35.61 | 18.71 | 81.09 | - |
| YUV | 113.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 236 | 0.23 | 0.76 | 0 | 0.07 | 281.67 | 0.83 | 0.57 |
| Hex | B5 | 38 | EC | 17 | 4C | 0 | 7 | 11A | 53 | 39 |
| Octal | 265 | 70 | 354 | 27 | 114 | 0 | 7 | 432 | 123 | 71 |
| Binary | 10110101 | 111000 | 11101100 | 10111 | 1001100 | 0 | 111 | 100011010 | 1010011 | 111001 |
Color Harmonies of #B538EC
Complementary color
Monochromatic Colors of #B538EC
Black with #B538EC
Text Example
Text Example
White with #B538EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538EC; }
p { color: rgb(181,56,236); }
H1.HeaderClassName
{
color: #B538EC;
}
.AnyTagClassName
{
color: #B538EC;
}
</style>
background-color css
<style>
a { background-color: #B538EC; }
a { background-color: rgb(181,56,236); }
div.DivClassName
{
background-color: #B538EC;
}
.BgClassName
{
background-color: #B538EC;
}
</style>
border-color css
<style>
span { border-color: #B538EC; }
span { border-color: rgb(181,56,236); }
td.TdClassName
{
border-color: #B538EC;
}
.TagClassName
{
border-color: #B538EC;
}
</style>