Shades of Medium Purple #B478EC
Tints of Medium Purple #B478EC
RGB
CMYK
RGB Variations
Color information
#B478EC (or 0xB478EC) is known color: Medium Purple. HEX triplet: B4, 78 and EC. RGB value is (180,120,236). Sum of RGB (Red+Green+Blue) = 180+120+236=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #B478EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B478EC is #4B8713. Grayscale: #969696. Windows color (decimal): -4949780 or 15497396. OLE color: 15497396.
HSL color Cylindrical-coordinate representation of color #B478EC: hue angle of 271.03º 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 #B478EC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 120 | 236 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.07 |
| HSL | 271.03º | 0.75% | 0.7% | - |
| HSV(B) | 271.03º | 0.49% | 0.93% | - |
| XYZ | 40.68 | 29.19 | 82.85 | - |
| YUV | 151.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 236 | 0.24 | 0.49 | 0 | 0.07 | 271.03 | 0.75 | 0.7 |
| Hex | B4 | 78 | EC | 18 | 31 | 0 | 7 | 10F | 4B | 46 |
| Octal | 264 | 170 | 354 | 30 | 61 | 0 | 7 | 417 | 113 | 106 |
| Binary | 10110100 | 1111000 | 11101100 | 11000 | 110001 | 0 | 111 | 100001111 | 1001011 | 1000110 |
Color Harmonies of #B478EC
Complementary color
Monochromatic Colors of #B478EC
Black with #B478EC
Text Example
Text Example
White with #B478EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478EC; }
p { color: rgb(180,120,236); }
H1.HeaderClassName
{
color: #B478EC;
}
.AnyTagClassName
{
color: #B478EC;
}
</style>
background-color css
<style>
a { background-color: #B478EC; }
a { background-color: rgb(180,120,236); }
div.DivClassName
{
background-color: #B478EC;
}
.BgClassName
{
background-color: #B478EC;
}
</style>
border-color css
<style>
span { border-color: #B478EC; }
span { border-color: rgb(180,120,236); }
td.TdClassName
{
border-color: #B478EC;
}
.TagClassName
{
border-color: #B478EC;
}
</style>