Shades of Medium Purple #B276EC
Tints of Medium Purple #B276EC
RGB
CMYK
RGB Variations
Color information
#B276EC (or 0xB276EC) is known color: Medium Purple. HEX triplet: B2, 76 and EC. RGB value is (178,118,236). Sum of RGB (Red+Green+Blue) = 178+118+236=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B276EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B276EC is #4D8913. Grayscale: #949494. Windows color (decimal): -5081364 or 15496882. OLE color: 15496882.
HSL color Cylindrical-coordinate representation of color #B276EC: hue angle of 270.51º 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 #B276EC is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 118 | 236 | - |
| CMYK | 0.25 | 0.5 | 0 | 0.07 |
| HSL | 270.51º | 0.76% | 0.69% | - |
| HSV(B) | 270.51º | 0.5% | 0.93% | - |
| XYZ | 39.98 | 28.48 | 82.75 | - |
| YUV | 149.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 236 | 0.25 | 0.5 | 0 | 0.07 | 270.51 | 0.76 | 0.69 |
| Hex | B2 | 76 | EC | 19 | 32 | 0 | 7 | 10F | 4C | 45 |
| Octal | 262 | 166 | 354 | 31 | 62 | 0 | 7 | 417 | 114 | 105 |
| Binary | 10110010 | 1110110 | 11101100 | 11001 | 110010 | 0 | 111 | 100001111 | 1001100 | 1000101 |
Color Harmonies of #B276EC
Complementary color
Monochromatic Colors of #B276EC
Black with #B276EC
Text Example
Text Example
White with #B276EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276EC; }
p { color: rgb(178,118,236); }
H1.HeaderClassName
{
color: #B276EC;
}
.AnyTagClassName
{
color: #B276EC;
}
</style>
background-color css
<style>
a { background-color: #B276EC; }
a { background-color: rgb(178,118,236); }
div.DivClassName
{
background-color: #B276EC;
}
.BgClassName
{
background-color: #B276EC;
}
</style>
border-color css
<style>
span { border-color: #B276EC; }
span { border-color: rgb(178,118,236); }
td.TdClassName
{
border-color: #B276EC;
}
.TagClassName
{
border-color: #B276EC;
}
</style>