Shades of Medium Orchid #B836DF
Tints of Medium Orchid #B836DF
RGB
CMYK
RGB Variations
Color information
#B836DF (or 0xB836DF) is known color: Medium Orchid. HEX triplet: B8, 36 and DF. RGB value is (184,54,223). Sum of RGB (Red+Green+Blue) = 184+54+223=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #B836DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836DF is #47C920. Grayscale: #6F6F6F. Windows color (decimal): -4704545 or 14628536. OLE color: 14628536.
HSL color Cylindrical-coordinate representation of color #B836DF: hue angle of 286.15º 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 #B836DF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 54 | 223 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.13 |
| HSL | 286.15º | 0.73% | 0.54% | - |
| HSV(B) | 286.15º | 0.76% | 0.87% | - |
| XYZ | 34.41 | 18.16 | 71.5 | - |
| YUV | 112.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 223 | 0.17 | 0.76 | 0 | 0.13 | 286.15 | 0.73 | 0.54 |
| Hex | B8 | 36 | DF | 11 | 4C | 0 | D | 11E | 49 | 36 |
| Octal | 270 | 66 | 337 | 21 | 114 | 0 | 15 | 436 | 111 | 66 |
| Binary | 10111000 | 110110 | 11011111 | 10001 | 1001100 | 0 | 1101 | 100011110 | 1001001 | 110110 |
Color Harmonies of #B836DF
Complementary color
Monochromatic Colors of #B836DF
Black with #B836DF
Text Example
Text Example
White with #B836DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836DF; }
p { color: rgb(184,54,223); }
H1.HeaderClassName
{
color: #B836DF;
}
.AnyTagClassName
{
color: #B836DF;
}
</style>
background-color css
<style>
a { background-color: #B836DF; }
a { background-color: rgb(184,54,223); }
div.DivClassName
{
background-color: #B836DF;
}
.BgClassName
{
background-color: #B836DF;
}
</style>
border-color css
<style>
span { border-color: #B836DF; }
span { border-color: rgb(184,54,223); }
td.TdClassName
{
border-color: #B836DF;
}
.TagClassName
{
border-color: #B836DF;
}
</style>