Shades of Medium Orchid #B836DD
Tints of Medium Orchid #B836DD
RGB
CMYK
RGB Variations
Color information
#B836DD (or 0xB836DD) is known color: Medium Orchid. HEX triplet: B8, 36 and DD. RGB value is (184,54,221). Sum of RGB (Red+Green+Blue) = 184+54+221=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B836DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836DD is #47C922. Grayscale: #6F6F6F. Windows color (decimal): -4704547 or 14497464. OLE color: 14497464.
HSL color Cylindrical-coordinate representation of color #B836DD: hue angle of 286.71º 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 #B836DD is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 54 | 221 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.13 |
| HSL | 286.71º | 0.71% | 0.54% | - |
| HSV(B) | 286.71º | 0.76% | 0.87% | - |
| XYZ | 34.14 | 18.05 | 70.09 | - |
| YUV | 111.91 | 189.57 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 221 | 0.17 | 0.76 | 0 | 0.13 | 286.71 | 0.71 | 0.54 |
| Hex | B8 | 36 | DD | 11 | 4C | 0 | D | 11F | 47 | 36 |
| Octal | 270 | 66 | 335 | 21 | 114 | 0 | 15 | 437 | 107 | 66 |
| Binary | 10111000 | 110110 | 11011101 | 10001 | 1001100 | 0 | 1101 | 100011111 | 1000111 | 110110 |
Color Harmonies of #B836DD
Complementary color
Monochromatic Colors of #B836DD
Black with #B836DD
Text Example
Text Example
White with #B836DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836DD; }
p { color: rgb(184,54,221); }
H1.HeaderClassName
{
color: #B836DD;
}
.AnyTagClassName
{
color: #B836DD;
}
</style>
background-color css
<style>
a { background-color: #B836DD; }
a { background-color: rgb(184,54,221); }
div.DivClassName
{
background-color: #B836DD;
}
.BgClassName
{
background-color: #B836DD;
}
</style>
border-color css
<style>
span { border-color: #B836DD; }
span { border-color: rgb(184,54,221); }
td.TdClassName
{
border-color: #B836DD;
}
.TagClassName
{
border-color: #B836DD;
}
</style>