Shades of Medium Orchid #B936EB
Tints of Medium Orchid #B936EB
RGB
CMYK
RGB Variations
Color information
#B936EB (or 0xB936EB) is known color: Medium Orchid. HEX triplet: B9, 36 and EB. RGB value is (185,54,235). Sum of RGB (Red+Green+Blue) = 185+54+235=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #B936EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936EB is #46C914. Grayscale: #717171. Windows color (decimal): -4638997 or 15414969. OLE color: 15414969.
HSL color Cylindrical-coordinate representation of color #B936EB: hue angle of 283.43º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B936EB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 54 | 235 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.08 |
| HSL | 283.43º | 0.82% | 0.57% | - |
| HSV(B) | 283.43º | 0.77% | 0.92% | - |
| XYZ | 36.32 | 18.95 | 80.34 | - |
| YUV | 113.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 235 | 0.21 | 0.77 | 0 | 0.08 | 283.43 | 0.82 | 0.57 |
| Hex | B9 | 36 | EB | 15 | 4D | 0 | 8 | 11B | 52 | 39 |
| Octal | 271 | 66 | 353 | 25 | 115 | 0 | 10 | 433 | 122 | 71 |
| Binary | 10111001 | 110110 | 11101011 | 10101 | 1001101 | 0 | 1000 | 100011011 | 1010010 | 111001 |
Color Harmonies of #B936EB
Complementary color
Monochromatic Colors of #B936EB
Black with #B936EB
Text Example
Text Example
White with #B936EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936EB; }
p { color: rgb(185,54,235); }
H1.HeaderClassName
{
color: #B936EB;
}
.AnyTagClassName
{
color: #B936EB;
}
</style>
background-color css
<style>
a { background-color: #B936EB; }
a { background-color: rgb(185,54,235); }
div.DivClassName
{
background-color: #B936EB;
}
.BgClassName
{
background-color: #B936EB;
}
</style>
border-color css
<style>
span { border-color: #B936EB; }
span { border-color: rgb(185,54,235); }
td.TdClassName
{
border-color: #B936EB;
}
.TagClassName
{
border-color: #B936EB;
}
</style>