Shades of Medium Orchid #B879DD
Tints of Medium Orchid #B879DD
RGB
CMYK
RGB Variations
Color information
#B879DD (or 0xB879DD) is known color: Medium Orchid. HEX triplet: B8, 79 and DD. RGB value is (184,121,221). Sum of RGB (Red+Green+Blue) = 184+121+221=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B879DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879DD is #478622. Grayscale: #969696. Windows color (decimal): -4687395 or 14514616. OLE color: 14514616.
HSL color Cylindrical-coordinate representation of color #B879DD: hue angle of 277.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B879DD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 121 | 221 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.13 |
| HSL | 277.8º | 0.6% | 0.67% | - |
| HSV(B) | 277.8º | 0.45% | 0.87% | - |
| XYZ | 39.66 | 29.09 | 71.93 | - |
| YUV | 151.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 221 | 0.17 | 0.45 | 0 | 0.13 | 277.8 | 0.6 | 0.67 |
| Hex | B8 | 79 | DD | 11 | 2D | 0 | D | 116 | 3C | 43 |
| Octal | 270 | 171 | 335 | 21 | 55 | 0 | 15 | 426 | 74 | 103 |
| Binary | 10111000 | 1111001 | 11011101 | 10001 | 101101 | 0 | 1101 | 100010110 | 111100 | 1000011 |
Color Harmonies of #B879DD
Complementary color
Monochromatic Colors of #B879DD
Black with #B879DD
Text Example
Text Example
White with #B879DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879DD; }
p { color: rgb(184,121,221); }
H1.HeaderClassName
{
color: #B879DD;
}
.AnyTagClassName
{
color: #B879DD;
}
</style>
background-color css
<style>
a { background-color: #B879DD; }
a { background-color: rgb(184,121,221); }
div.DivClassName
{
background-color: #B879DD;
}
.BgClassName
{
background-color: #B879DD;
}
</style>
border-color css
<style>
span { border-color: #B879DD; }
span { border-color: rgb(184,121,221); }
td.TdClassName
{
border-color: #B879DD;
}
.TagClassName
{
border-color: #B879DD;
}
</style>