Shades of Medium Orchid #B836EE
Tints of Medium Orchid #B836EE
RGB
CMYK
RGB Variations
Color information
#B836EE (or 0xB836EE) is known color: Medium Orchid. HEX triplet: B8, 36 and EE. RGB value is (184,54,238). Sum of RGB (Red+Green+Blue) = 184+54+238=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #B836EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B836EE is #47C911. Grayscale: #717171. Windows color (decimal): -4704530 or 15611576. OLE color: 15611576.
HSL color Cylindrical-coordinate representation of color #B836EE: hue angle of 282.39º degrees, saturation: 0.84, 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 #B836EE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 54 | 238 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.07 |
| HSL | 282.39º | 0.84% | 0.57% | - |
| HSV(B) | 282.39º | 0.77% | 0.93% | - |
| XYZ | 36.52 | 19 | 82.63 | - |
| YUV | 113.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 238 | 0.23 | 0.77 | 0 | 0.07 | 282.39 | 0.84 | 0.57 |
| Hex | B8 | 36 | EE | 17 | 4D | 0 | 7 | 11A | 54 | 39 |
| Octal | 270 | 66 | 356 | 27 | 115 | 0 | 7 | 432 | 124 | 71 |
| Binary | 10111000 | 110110 | 11101110 | 10111 | 1001101 | 0 | 111 | 100011010 | 1010100 | 111001 |
Color Harmonies of #B836EE
Complementary color
Monochromatic Colors of #B836EE
Black with #B836EE
Text Example
Text Example
White with #B836EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836EE; }
p { color: rgb(184,54,238); }
H1.HeaderClassName
{
color: #B836EE;
}
.AnyTagClassName
{
color: #B836EE;
}
</style>
background-color css
<style>
a { background-color: #B836EE; }
a { background-color: rgb(184,54,238); }
div.DivClassName
{
background-color: #B836EE;
}
.BgClassName
{
background-color: #B836EE;
}
</style>
border-color css
<style>
span { border-color: #B836EE; }
span { border-color: rgb(184,54,238); }
td.TdClassName
{
border-color: #B836EE;
}
.TagClassName
{
border-color: #B836EE;
}
</style>