Shades of Medium Purple #B876EC
Tints of Medium Purple #B876EC
RGB
CMYK
RGB Variations
Color information
#B876EC (or 0xB876EC) is known color: Medium Purple. HEX triplet: B8, 76 and EC. RGB value is (184,118,236). Sum of RGB (Red+Green+Blue) = 184+118+236=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #B876EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B876EC is #478913. Grayscale: #969696. Windows color (decimal): -4688148 or 15496888. OLE color: 15496888.
HSL color Cylindrical-coordinate representation of color #B876EC: hue angle of 273.56º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B876EC is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 118 | 236 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.07 |
| HSL | 273.56º | 0.76% | 0.69% | - |
| HSV(B) | 273.56º | 0.5% | 0.93% | - |
| XYZ | 41.39 | 29.2 | 82.81 | - |
| YUV | 151.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 236 | 0.22 | 0.5 | 0 | 0.07 | 273.56 | 0.76 | 0.69 |
| Hex | B8 | 76 | EC | 16 | 32 | 0 | 7 | 112 | 4C | 45 |
| Octal | 270 | 166 | 354 | 26 | 62 | 0 | 7 | 422 | 114 | 105 |
| Binary | 10111000 | 1110110 | 11101100 | 10110 | 110010 | 0 | 111 | 100010010 | 1001100 | 1000101 |
Color Harmonies of #B876EC
Complementary color
Monochromatic Colors of #B876EC
Black with #B876EC
Text Example
Text Example
White with #B876EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876EC; }
p { color: rgb(184,118,236); }
H1.HeaderClassName
{
color: #B876EC;
}
.AnyTagClassName
{
color: #B876EC;
}
</style>
background-color css
<style>
a { background-color: #B876EC; }
a { background-color: rgb(184,118,236); }
div.DivClassName
{
background-color: #B876EC;
}
.BgClassName
{
background-color: #B876EC;
}
</style>
border-color css
<style>
span { border-color: #B876EC; }
span { border-color: rgb(184,118,236); }
td.TdClassName
{
border-color: #B876EC;
}
.TagClassName
{
border-color: #B876EC;
}
</style>