Shades of Medium Orchid #B836EF
Tints of Medium Orchid #B836EF
RGB
CMYK
RGB Variations
Color information
#B836EF (or 0xB836EF) is known color: Medium Orchid. HEX triplet: B8, 36 and EF. RGB value is (184,54,239). Sum of RGB (Red+Green+Blue) = 184+54+239=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #B836EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B836EF is #47C910. Grayscale: #717171. Windows color (decimal): -4704529 or 15677112. OLE color: 15677112.
HSL color Cylindrical-coordinate representation of color #B836EF: hue angle of 282.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B836EF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 54 | 239 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.06 |
| HSL | 282.16º | 0.85% | 0.57% | - |
| HSV(B) | 282.16º | 0.77% | 0.94% | - |
| XYZ | 36.67 | 19.06 | 83.41 | - |
| YUV | 113.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 239 | 0.23 | 0.77 | 0 | 0.06 | 282.16 | 0.85 | 0.57 |
| Hex | B8 | 36 | EF | 17 | 4D | 0 | 6 | 11A | 55 | 39 |
| Octal | 270 | 66 | 357 | 27 | 115 | 0 | 6 | 432 | 125 | 71 |
| Binary | 10111000 | 110110 | 11101111 | 10111 | 1001101 | 0 | 110 | 100011010 | 1010101 | 111001 |
Color Harmonies of #B836EF
Complementary color
Monochromatic Colors of #B836EF
Black with #B836EF
Text Example
Text Example
White with #B836EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836EF; }
p { color: rgb(184,54,239); }
H1.HeaderClassName
{
color: #B836EF;
}
.AnyTagClassName
{
color: #B836EF;
}
</style>
background-color css
<style>
a { background-color: #B836EF; }
a { background-color: rgb(184,54,239); }
div.DivClassName
{
background-color: #B836EF;
}
.BgClassName
{
background-color: #B836EF;
}
</style>
border-color css
<style>
span { border-color: #B836EF; }
span { border-color: rgb(184,54,239); }
td.TdClassName
{
border-color: #B836EF;
}
.TagClassName
{
border-color: #B836EF;
}
</style>