Shades of Medium Orchid #B536EC
Tints of Medium Orchid #B536EC
RGB
CMYK
RGB Variations
Color information
#B536EC (or 0xB536EC) is known color: Medium Orchid. HEX triplet: B5, 36 and EC. RGB value is (181,54,236). Sum of RGB (Red+Green+Blue) = 181+54+236=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #B536EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536EC is #4AC913. Grayscale: #707070. Windows color (decimal): -4901140 or 15480501. OLE color: 15480501.
HSL color Cylindrical-coordinate representation of color #B536EC: hue angle of 281.87º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B536EC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 54 | 236 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.07 |
| HSL | 281.87º | 0.83% | 0.57% | - |
| HSV(B) | 281.87º | 0.77% | 0.93% | - |
| XYZ | 35.52 | 18.52 | 81.06 | - |
| YUV | 112.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 236 | 0.23 | 0.77 | 0 | 0.07 | 281.87 | 0.83 | 0.57 |
| Hex | B5 | 36 | EC | 17 | 4D | 0 | 7 | 11A | 53 | 39 |
| Octal | 265 | 66 | 354 | 27 | 115 | 0 | 7 | 432 | 123 | 71 |
| Binary | 10110101 | 110110 | 11101100 | 10111 | 1001101 | 0 | 111 | 100011010 | 1010011 | 111001 |
Color Harmonies of #B536EC
Complementary color
Monochromatic Colors of #B536EC
Black with #B536EC
Text Example
Text Example
White with #B536EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536EC; }
p { color: rgb(181,54,236); }
H1.HeaderClassName
{
color: #B536EC;
}
.AnyTagClassName
{
color: #B536EC;
}
</style>
background-color css
<style>
a { background-color: #B536EC; }
a { background-color: rgb(181,54,236); }
div.DivClassName
{
background-color: #B536EC;
}
.BgClassName
{
background-color: #B536EC;
}
</style>
border-color css
<style>
span { border-color: #B536EC; }
span { border-color: rgb(181,54,236); }
td.TdClassName
{
border-color: #B536EC;
}
.TagClassName
{
border-color: #B536EC;
}
</style>