Shades of Medium Orchid #B936DD
Tints of Medium Orchid #B936DD
RGB
CMYK
RGB Variations
Color information
#B936DD (or 0xB936DD) is known color: Medium Orchid. HEX triplet: B9, 36 and DD. RGB value is (185,54,221). Sum of RGB (Red+Green+Blue) = 185+54+221=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #B936DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936DD is #46C922. Grayscale: #6F6F6F. Windows color (decimal): -4639011 or 14497465. OLE color: 14497465.
HSL color Cylindrical-coordinate representation of color #B936DD: hue angle of 287.07º degrees, saturation: 0.71, 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 #B936DD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 54 | 221 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.13 |
| HSL | 287.07º | 0.71% | 0.54% | - |
| HSV(B) | 287.07º | 0.76% | 0.87% | - |
| XYZ | 34.38 | 18.17 | 70.1 | - |
| YUV | 112.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 221 | 0.16 | 0.76 | 0 | 0.13 | 287.07 | 0.71 | 0.54 |
| Hex | B9 | 36 | DD | 10 | 4C | 0 | D | 11F | 47 | 36 |
| Octal | 271 | 66 | 335 | 20 | 114 | 0 | 15 | 437 | 107 | 66 |
| Binary | 10111001 | 110110 | 11011101 | 10000 | 1001100 | 0 | 1101 | 100011111 | 1000111 | 110110 |
Color Harmonies of #B936DD
Complementary color
Monochromatic Colors of #B936DD
Black with #B936DD
Text Example
Text Example
White with #B936DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936DD; }
p { color: rgb(185,54,221); }
H1.HeaderClassName
{
color: #B936DD;
}
.AnyTagClassName
{
color: #B936DD;
}
</style>
background-color css
<style>
a { background-color: #B936DD; }
a { background-color: rgb(185,54,221); }
div.DivClassName
{
background-color: #B936DD;
}
.BgClassName
{
background-color: #B936DD;
}
</style>
border-color css
<style>
span { border-color: #B936DD; }
span { border-color: rgb(185,54,221); }
td.TdClassName
{
border-color: #B936DD;
}
.TagClassName
{
border-color: #B936DD;
}
</style>