Shades of Medium Purple #B078EC
Tints of Medium Purple #B078EC
RGB
CMYK
RGB Variations
Color information
#B078EC (or 0xB078EC) is known color: Medium Purple. HEX triplet: B0, 78 and EC. RGB value is (176,120,236). Sum of RGB (Red+Green+Blue) = 176+120+236=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 120 (47.27% from 255 or 22.56% 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 #B078EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B078EC is #4F8713. Grayscale: #959595. Windows color (decimal): -5211924 or 15497392. OLE color: 15497392.
HSL color Cylindrical-coordinate representation of color #B078EC: hue angle of 268.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B078EC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 120 | 236 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.07 |
| HSL | 268.97º | 0.75% | 0.7% | - |
| HSV(B) | 268.97º | 0.49% | 0.93% | - |
| XYZ | 39.76 | 28.72 | 82.8 | - |
| YUV | 149.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 236 | 0.25 | 0.49 | 0 | 0.07 | 268.97 | 0.75 | 0.7 |
| Hex | B0 | 78 | EC | 19 | 31 | 0 | 7 | 10D | 4B | 46 |
| Octal | 260 | 170 | 354 | 31 | 61 | 0 | 7 | 415 | 113 | 106 |
| Binary | 10110000 | 1111000 | 11101100 | 11001 | 110001 | 0 | 111 | 100001101 | 1001011 | 1000110 |
Color Harmonies of #B078EC
Complementary color
Monochromatic Colors of #B078EC
Black with #B078EC
Text Example
Text Example
White with #B078EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078EC; }
p { color: rgb(176,120,236); }
H1.HeaderClassName
{
color: #B078EC;
}
.AnyTagClassName
{
color: #B078EC;
}
</style>
background-color css
<style>
a { background-color: #B078EC; }
a { background-color: rgb(176,120,236); }
div.DivClassName
{
background-color: #B078EC;
}
.BgClassName
{
background-color: #B078EC;
}
</style>
border-color css
<style>
span { border-color: #B078EC; }
span { border-color: rgb(176,120,236); }
td.TdClassName
{
border-color: #B078EC;
}
.TagClassName
{
border-color: #B078EC;
}
</style>