Shades of Medium Orchid #B873DC
Tints of Medium Orchid #B873DC
RGB
CMYK
RGB Variations
Color information
#B873DC (or 0xB873DC) is known color: Medium Orchid. HEX triplet: B8, 73 and DC. RGB value is (184,115,220). Sum of RGB (Red+Green+Blue) = 184+115+220=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B873DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873DC is #478C23. Grayscale: #939393. Windows color (decimal): -4688932 or 14447544. OLE color: 14447544.
HSL color Cylindrical-coordinate representation of color #B873DC: hue angle of 279.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B873DC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 115 | 220 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.14 |
| HSL | 279.43º | 0.6% | 0.66% | - |
| HSV(B) | 279.43º | 0.48% | 0.86% | - |
| XYZ | 38.82 | 27.62 | 71 | - |
| YUV | 147.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 220 | 0.16 | 0.48 | 0 | 0.14 | 279.43 | 0.6 | 0.66 |
| Hex | B8 | 73 | DC | 10 | 30 | 0 | E | 117 | 3C | 42 |
| Octal | 270 | 163 | 334 | 20 | 60 | 0 | 16 | 427 | 74 | 102 |
| Binary | 10111000 | 1110011 | 11011100 | 10000 | 110000 | 0 | 1110 | 100010111 | 111100 | 1000010 |
Color Harmonies of #B873DC
Complementary color
Monochromatic Colors of #B873DC
Black with #B873DC
Text Example
Text Example
White with #B873DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873DC; }
p { color: rgb(184,115,220); }
H1.HeaderClassName
{
color: #B873DC;
}
.AnyTagClassName
{
color: #B873DC;
}
</style>
background-color css
<style>
a { background-color: #B873DC; }
a { background-color: rgb(184,115,220); }
div.DivClassName
{
background-color: #B873DC;
}
.BgClassName
{
background-color: #B873DC;
}
</style>
border-color css
<style>
span { border-color: #B873DC; }
span { border-color: rgb(184,115,220); }
td.TdClassName
{
border-color: #B873DC;
}
.TagClassName
{
border-color: #B873DC;
}
</style>