Shades of Medium Purple #B376EC
Tints of Medium Purple #B376EC
RGB
CMYK
RGB Variations
Color information
#B376EC (or 0xB376EC) is known color: Medium Purple. HEX triplet: B3, 76 and EC. RGB value is (179,118,236). Sum of RGB (Red+Green+Blue) = 179+118+236=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B376EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376EC is #4C8913. Grayscale: #959595. Windows color (decimal): -5015828 or 15496883. OLE color: 15496883.
HSL color Cylindrical-coordinate representation of color #B376EC: hue angle of 271.02º 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 #B376EC is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 118 | 236 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.07 |
| HSL | 271.02º | 0.76% | 0.69% | - |
| HSV(B) | 271.02º | 0.5% | 0.93% | - |
| XYZ | 40.21 | 28.6 | 82.76 | - |
| YUV | 149.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 236 | 0.24 | 0.5 | 0 | 0.07 | 271.02 | 0.76 | 0.69 |
| Hex | B3 | 76 | EC | 18 | 32 | 0 | 7 | 10F | 4C | 45 |
| Octal | 263 | 166 | 354 | 30 | 62 | 0 | 7 | 417 | 114 | 105 |
| Binary | 10110011 | 1110110 | 11101100 | 11000 | 110010 | 0 | 111 | 100001111 | 1001100 | 1000101 |
Color Harmonies of #B376EC
Complementary color
Monochromatic Colors of #B376EC
Black with #B376EC
Text Example
Text Example
White with #B376EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376EC; }
p { color: rgb(179,118,236); }
H1.HeaderClassName
{
color: #B376EC;
}
.AnyTagClassName
{
color: #B376EC;
}
</style>
background-color css
<style>
a { background-color: #B376EC; }
a { background-color: rgb(179,118,236); }
div.DivClassName
{
background-color: #B376EC;
}
.BgClassName
{
background-color: #B376EC;
}
</style>
border-color css
<style>
span { border-color: #B376EC; }
span { border-color: rgb(179,118,236); }
td.TdClassName
{
border-color: #B376EC;
}
.TagClassName
{
border-color: #B376EC;
}
</style>