Shades of Medium Orchid #B837DD
Tints of Medium Orchid #B837DD
RGB
CMYK
RGB Variations
Color information
#B837DD (or 0xB837DD) is known color: Medium Orchid. HEX triplet: B8, 37 and DD. RGB value is (184,55,221). Sum of RGB (Red+Green+Blue) = 184+55+221=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 55 (21.88% from 255 or 11.96% 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 #B837DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B837DD is #47C822. Grayscale: #6F6F6F. Windows color (decimal): -4704291 or 14497720. OLE color: 14497720.
HSL color Cylindrical-coordinate representation of color #B837DD: hue angle of 286.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B837DD is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 55 | 221 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.13 |
| HSL | 286.63º | 0.71% | 0.54% | - |
| HSV(B) | 286.63º | 0.75% | 0.87% | - |
| XYZ | 34.18 | 18.14 | 70.11 | - |
| YUV | 112.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 221 | 0.17 | 0.75 | 0 | 0.13 | 286.63 | 0.71 | 0.54 |
| Hex | B8 | 37 | DD | 11 | 4B | 0 | D | 11F | 47 | 36 |
| Octal | 270 | 67 | 335 | 21 | 113 | 0 | 15 | 437 | 107 | 66 |
| Binary | 10111000 | 110111 | 11011101 | 10001 | 1001011 | 0 | 1101 | 100011111 | 1000111 | 110110 |
Color Harmonies of #B837DD
Complementary color
Monochromatic Colors of #B837DD
Black with #B837DD
Text Example
Text Example
White with #B837DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B837DD; }
p { color: rgb(184,55,221); }
H1.HeaderClassName
{
color: #B837DD;
}
.AnyTagClassName
{
color: #B837DD;
}
</style>
background-color css
<style>
a { background-color: #B837DD; }
a { background-color: rgb(184,55,221); }
div.DivClassName
{
background-color: #B837DD;
}
.BgClassName
{
background-color: #B837DD;
}
</style>
border-color css
<style>
span { border-color: #B837DD; }
span { border-color: rgb(184,55,221); }
td.TdClassName
{
border-color: #B837DD;
}
.TagClassName
{
border-color: #B837DD;
}
</style>