Shades of Medium Orchid #B936DF
Tints of Medium Orchid #B936DF
RGB
CMYK
RGB Variations
Color information
#B936DF (or 0xB936DF) is known color: Medium Orchid. HEX triplet: B9, 36 and DF. RGB value is (185,54,223). Sum of RGB (Red+Green+Blue) = 185+54+223=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B936DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936DF is #46C920. Grayscale: #6F6F6F. Windows color (decimal): -4639009 or 14628537. OLE color: 14628537.
HSL color Cylindrical-coordinate representation of color #B936DF: hue angle of 286.51º degrees, saturation: 0.73, 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 #B936DF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 54 | 223 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.13 |
| HSL | 286.51º | 0.73% | 0.54% | - |
| HSV(B) | 286.51º | 0.76% | 0.87% | - |
| XYZ | 34.65 | 18.28 | 71.51 | - |
| YUV | 112.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 223 | 0.17 | 0.76 | 0 | 0.13 | 286.51 | 0.73 | 0.54 |
| Hex | B9 | 36 | DF | 11 | 4C | 0 | D | 11F | 49 | 36 |
| Octal | 271 | 66 | 337 | 21 | 114 | 0 | 15 | 437 | 111 | 66 |
| Binary | 10111001 | 110110 | 11011111 | 10001 | 1001100 | 0 | 1101 | 100011111 | 1001001 | 110110 |
Color Harmonies of #B936DF
Complementary color
Monochromatic Colors of #B936DF
Black with #B936DF
Text Example
Text Example
White with #B936DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936DF; }
p { color: rgb(185,54,223); }
H1.HeaderClassName
{
color: #B936DF;
}
.AnyTagClassName
{
color: #B936DF;
}
</style>
background-color css
<style>
a { background-color: #B936DF; }
a { background-color: rgb(185,54,223); }
div.DivClassName
{
background-color: #B936DF;
}
.BgClassName
{
background-color: #B936DF;
}
</style>
border-color css
<style>
span { border-color: #B936DF; }
span { border-color: rgb(185,54,223); }
td.TdClassName
{
border-color: #B936DF;
}
.TagClassName
{
border-color: #B936DF;
}
</style>