Shades of Medium Orchid #B936EE
Tints of Medium Orchid #B936EE
RGB
CMYK
RGB Variations
Color information
#B936EE (or 0xB936EE) is known color: Medium Orchid. HEX triplet: B9, 36 and EE. RGB value is (185,54,238). Sum of RGB (Red+Green+Blue) = 185+54+238=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #B936EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936EE is #46C911. Grayscale: #717171. Windows color (decimal): -4638994 or 15611577. OLE color: 15611577.
HSL color Cylindrical-coordinate representation of color #B936EE: hue angle of 282.72º 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 #B936EE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 54 | 238 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.07 |
| HSL | 282.72º | 0.84% | 0.57% | - |
| HSV(B) | 282.72º | 0.77% | 0.93% | - |
| XYZ | 36.76 | 19.13 | 82.64 | - |
| YUV | 114.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 238 | 0.22 | 0.77 | 0 | 0.07 | 282.72 | 0.84 | 0.57 |
| Hex | B9 | 36 | EE | 16 | 4D | 0 | 7 | 11B | 54 | 39 |
| Octal | 271 | 66 | 356 | 26 | 115 | 0 | 7 | 433 | 124 | 71 |
| Binary | 10111001 | 110110 | 11101110 | 10110 | 1001101 | 0 | 111 | 100011011 | 1010100 | 111001 |
Color Harmonies of #B936EE
Complementary color
Monochromatic Colors of #B936EE
Black with #B936EE
Text Example
Text Example
White with #B936EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936EE; }
p { color: rgb(185,54,238); }
H1.HeaderClassName
{
color: #B936EE;
}
.AnyTagClassName
{
color: #B936EE;
}
</style>
background-color css
<style>
a { background-color: #B936EE; }
a { background-color: rgb(185,54,238); }
div.DivClassName
{
background-color: #B936EE;
}
.BgClassName
{
background-color: #B936EE;
}
</style>
border-color css
<style>
span { border-color: #B936EE; }
span { border-color: rgb(185,54,238); }
td.TdClassName
{
border-color: #B936EE;
}
.TagClassName
{
border-color: #B936EE;
}
</style>