Shades of Medium Orchid #B936DE
Tints of Medium Orchid #B936DE
RGB
CMYK
RGB Variations
Color information
#B936DE (or 0xB936DE) is known color: Medium Orchid. HEX triplet: B9, 36 and DE. RGB value is (185,54,222). Sum of RGB (Red+Green+Blue) = 185+54+222=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #B936DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936DE is #46C921. Grayscale: #6F6F6F. Windows color (decimal): -4639010 or 14563001. OLE color: 14563001.
HSL color Cylindrical-coordinate representation of color #B936DE: hue angle of 286.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B936DE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 54 | 222 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.13 |
| HSL | 286.79º | 0.72% | 0.54% | - |
| HSV(B) | 286.79º | 0.76% | 0.87% | - |
| XYZ | 34.51 | 18.23 | 70.81 | - |
| YUV | 112.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 222 | 0.17 | 0.76 | 0 | 0.13 | 286.79 | 0.72 | 0.54 |
| Hex | B9 | 36 | DE | 11 | 4C | 0 | D | 11F | 48 | 36 |
| Octal | 271 | 66 | 336 | 21 | 114 | 0 | 15 | 437 | 110 | 66 |
| Binary | 10111001 | 110110 | 11011110 | 10001 | 1001100 | 0 | 1101 | 100011111 | 1001000 | 110110 |
Color Harmonies of #B936DE
Complementary color
Monochromatic Colors of #B936DE
Black with #B936DE
Text Example
Text Example
White with #B936DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936DE; }
p { color: rgb(185,54,222); }
H1.HeaderClassName
{
color: #B936DE;
}
.AnyTagClassName
{
color: #B936DE;
}
</style>
background-color css
<style>
a { background-color: #B936DE; }
a { background-color: rgb(185,54,222); }
div.DivClassName
{
background-color: #B936DE;
}
.BgClassName
{
background-color: #B936DE;
}
</style>
border-color css
<style>
span { border-color: #B936DE; }
span { border-color: rgb(185,54,222); }
td.TdClassName
{
border-color: #B936DE;
}
.TagClassName
{
border-color: #B936DE;
}
</style>