Shades of Medium Orchid #B840DD
Tints of Medium Orchid #B840DD
RGB
CMYK
RGB Variations
Color information
#B840DD (or 0xB840DD) is known color: Medium Orchid. HEX triplet: B8, 40 and DD. RGB value is (184,64,221). Sum of RGB (Red+Green+Blue) = 184+64+221=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B840DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840DD is #47BF22. Grayscale: #757575. Windows color (decimal): -4701987 or 14500024. OLE color: 14500024.
HSL color Cylindrical-coordinate representation of color #B840DD: hue angle of 285.86º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B840DD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 64 | 221 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.13 |
| HSL | 285.86º | 0.7% | 0.56% | - |
| HSV(B) | 285.86º | 0.71% | 0.87% | - |
| XYZ | 34.65 | 19.08 | 70.26 | - |
| YUV | 117.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 221 | 0.17 | 0.71 | 0 | 0.13 | 285.86 | 0.7 | 0.56 |
| Hex | B8 | 40 | DD | 11 | 47 | 0 | D | 11E | 46 | 38 |
| Octal | 270 | 100 | 335 | 21 | 107 | 0 | 15 | 436 | 106 | 70 |
| Binary | 10111000 | 1000000 | 11011101 | 10001 | 1000111 | 0 | 1101 | 100011110 | 1000110 | 111000 |
Color Harmonies of #B840DD
Complementary color
Monochromatic Colors of #B840DD
Black with #B840DD
Text Example
Text Example
White with #B840DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B840DD; }
p { color: rgb(184,64,221); }
H1.HeaderClassName
{
color: #B840DD;
}
.AnyTagClassName
{
color: #B840DD;
}
</style>
background-color css
<style>
a { background-color: #B840DD; }
a { background-color: rgb(184,64,221); }
div.DivClassName
{
background-color: #B840DD;
}
.BgClassName
{
background-color: #B840DD;
}
</style>
border-color css
<style>
span { border-color: #B840DD; }
span { border-color: rgb(184,64,221); }
td.TdClassName
{
border-color: #B840DD;
}
.TagClassName
{
border-color: #B840DD;
}
</style>