Shades of Medium Orchid #B939EC
Tints of Medium Orchid #B939EC
RGB
CMYK
RGB Variations
Color information
#B939EC (or 0xB939EC) is known color: Medium Orchid. HEX triplet: B9, 39 and EC. RGB value is (185,57,236). Sum of RGB (Red+Green+Blue) = 185+57+236=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #B939EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B939EC is #46C613. Grayscale: #737373. Windows color (decimal): -4638228 or 15481273. OLE color: 15481273.
HSL color Cylindrical-coordinate representation of color #B939EC: hue angle of 282.91º degrees, saturation: 0.82, 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 #B939EC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 57 | 236 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.07 |
| HSL | 282.91º | 0.82% | 0.57% | - |
| HSV(B) | 282.91º | 0.76% | 0.93% | - |
| XYZ | 36.61 | 19.3 | 81.15 | - |
| YUV | 115.68 | 195.91 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 236 | 0.22 | 0.76 | 0 | 0.07 | 282.91 | 0.82 | 0.57 |
| Hex | B9 | 39 | EC | 16 | 4C | 0 | 7 | 11B | 52 | 39 |
| Octal | 271 | 71 | 354 | 26 | 114 | 0 | 7 | 433 | 122 | 71 |
| Binary | 10111001 | 111001 | 11101100 | 10110 | 1001100 | 0 | 111 | 100011011 | 1010010 | 111001 |
Color Harmonies of #B939EC
Complementary color
Monochromatic Colors of #B939EC
Black with #B939EC
Text Example
Text Example
White with #B939EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939EC; }
p { color: rgb(185,57,236); }
H1.HeaderClassName
{
color: #B939EC;
}
.AnyTagClassName
{
color: #B939EC;
}
</style>
background-color css
<style>
a { background-color: #B939EC; }
a { background-color: rgb(185,57,236); }
div.DivClassName
{
background-color: #B939EC;
}
.BgClassName
{
background-color: #B939EC;
}
</style>
border-color css
<style>
span { border-color: #B939EC; }
span { border-color: rgb(185,57,236); }
td.TdClassName
{
border-color: #B939EC;
}
.TagClassName
{
border-color: #B939EC;
}
</style>