Shades of Medium Orchid #B873DD
Tints of Medium Orchid #B873DD
RGB
CMYK
RGB Variations
Color information
#B873DD (or 0xB873DD) is known color: Medium Orchid. HEX triplet: B8, 73 and DD. RGB value is (184,115,221). Sum of RGB (Red+Green+Blue) = 184+115+221=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B873DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873DD is #478C22. Grayscale: #939393. Windows color (decimal): -4688931 or 14513080. OLE color: 14513080.
HSL color Cylindrical-coordinate representation of color #B873DD: hue angle of 279.06º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B873DD is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 115 | 221 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.13 |
| HSL | 279.06º | 0.61% | 0.66% | - |
| HSV(B) | 279.06º | 0.48% | 0.87% | - |
| XYZ | 38.95 | 27.67 | 71.7 | - |
| YUV | 147.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 221 | 0.17 | 0.48 | 0 | 0.13 | 279.06 | 0.61 | 0.66 |
| Hex | B8 | 73 | DD | 11 | 30 | 0 | D | 117 | 3D | 42 |
| Octal | 270 | 163 | 335 | 21 | 60 | 0 | 15 | 427 | 75 | 102 |
| Binary | 10111000 | 1110011 | 11011101 | 10001 | 110000 | 0 | 1101 | 100010111 | 111101 | 1000010 |
Color Harmonies of #B873DD
Complementary color
Monochromatic Colors of #B873DD
Black with #B873DD
Text Example
Text Example
White with #B873DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873DD; }
p { color: rgb(184,115,221); }
H1.HeaderClassName
{
color: #B873DD;
}
.AnyTagClassName
{
color: #B873DD;
}
</style>
background-color css
<style>
a { background-color: #B873DD; }
a { background-color: rgb(184,115,221); }
div.DivClassName
{
background-color: #B873DD;
}
.BgClassName
{
background-color: #B873DD;
}
</style>
border-color css
<style>
span { border-color: #B873DD; }
span { border-color: rgb(184,115,221); }
td.TdClassName
{
border-color: #B873DD;
}
.TagClassName
{
border-color: #B873DD;
}
</style>