Shades of Medium Purple #B475EC
Tints of Medium Purple #B475EC
RGB
CMYK
RGB Variations
Color information
#B475EC (or 0xB475EC) is known color: Medium Purple. HEX triplet: B4, 75 and EC. RGB value is (180,117,236). Sum of RGB (Red+Green+Blue) = 180+117+236=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 117 (46.09% from 255 or 21.95% 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 #B475EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B475EC is #4B8A13. Grayscale: #949494. Windows color (decimal): -4950548 or 15496628. OLE color: 15496628.
HSL color Cylindrical-coordinate representation of color #B475EC: hue angle of 271.76º 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 #B475EC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 117 | 236 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.07 |
| HSL | 271.76º | 0.76% | 0.69% | - |
| HSV(B) | 271.76º | 0.5% | 0.93% | - |
| XYZ | 40.32 | 28.48 | 82.73 | - |
| YUV | 149.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 236 | 0.24 | 0.50 | 0 | 0.07 | 271.76 | 0.76 | 0.69 |
| Hex | B4 | 75 | EC | 18 | 32 | 0 | 7 | 110 | 4C | 45 |
| Octal | 264 | 165 | 354 | 30 | 62 | 0 | 7 | 420 | 114 | 105 |
| Binary | 10110100 | 1110101 | 11101100 | 11000 | 110010 | 0 | 111 | 100010000 | 1001100 | 1000101 |
Color Harmonies of #B475EC
Complementary color
Monochromatic Colors of #B475EC
Black with #B475EC
Text Example
Text Example
White with #B475EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B475EC; }
p { color: rgb(180,117,236); }
H1.HeaderClassName
{
color: #B475EC;
}
.AnyTagClassName
{
color: #B475EC;
}
</style>
background-color css
<style>
a { background-color: #B475EC; }
a { background-color: rgb(180,117,236); }
div.DivClassName
{
background-color: #B475EC;
}
.BgClassName
{
background-color: #B475EC;
}
</style>
border-color css
<style>
span { border-color: #B475EC; }
span { border-color: rgb(180,117,236); }
td.TdClassName
{
border-color: #B475EC;
}
.TagClassName
{
border-color: #B475EC;
}
</style>