Shades of Medium Orchid #B873EC
Tints of Medium Orchid #B873EC
RGB
CMYK
RGB Variations
Color information
#B873EC (or 0xB873EC) is known color: Medium Orchid. HEX triplet: B8, 73 and EC. RGB value is (184,115,236). Sum of RGB (Red+Green+Blue) = 184+115+236=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #B873EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873EC is #478C13. Grayscale: #959595. Windows color (decimal): -4688916 or 15496120. OLE color: 15496120.
HSL color Cylindrical-coordinate representation of color #B873EC: hue angle of 274.21º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B873EC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 115 | 236 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.07 |
| HSL | 274.21º | 0.76% | 0.69% | - |
| HSV(B) | 274.21º | 0.51% | 0.93% | - |
| XYZ | 41.04 | 28.51 | 82.7 | - |
| YUV | 149.43 | 176.86 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 236 | 0.22 | 0.51 | 0 | 0.07 | 274.21 | 0.76 | 0.69 |
| Hex | B8 | 73 | EC | 16 | 33 | 0 | 7 | 112 | 4C | 45 |
| Octal | 270 | 163 | 354 | 26 | 63 | 0 | 7 | 422 | 114 | 105 |
| Binary | 10111000 | 1110011 | 11101100 | 10110 | 110011 | 0 | 111 | 100010010 | 1001100 | 1000101 |
Color Harmonies of #B873EC
Complementary color
Monochromatic Colors of #B873EC
Black with #B873EC
Text Example
Text Example
White with #B873EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873EC; }
p { color: rgb(184,115,236); }
H1.HeaderClassName
{
color: #B873EC;
}
.AnyTagClassName
{
color: #B873EC;
}
</style>
background-color css
<style>
a { background-color: #B873EC; }
a { background-color: rgb(184,115,236); }
div.DivClassName
{
background-color: #B873EC;
}
.BgClassName
{
background-color: #B873EC;
}
</style>
border-color css
<style>
span { border-color: #B873EC; }
span { border-color: rgb(184,115,236); }
td.TdClassName
{
border-color: #B873EC;
}
.TagClassName
{
border-color: #B873EC;
}
</style>