Shades of Medium Purple #B472EC
Tints of Medium Purple #B472EC
RGB
CMYK
RGB Variations
Color information
#B472EC (or 0xB472EC) is known color: Medium Purple. HEX triplet: B4, 72 and EC. RGB value is (180,114,236). Sum of RGB (Red+Green+Blue) = 180+114+236=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #B472EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472EC is #4B8D13. Grayscale: #939393. Windows color (decimal): -4951316 or 15495860. OLE color: 15495860.
HSL color Cylindrical-coordinate representation of color #B472EC: hue angle of 272.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B472EC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 114 | 236 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.07 |
| HSL | 272.46º | 0.76% | 0.69% | - |
| HSV(B) | 272.46º | 0.52% | 0.93% | - |
| XYZ | 39.98 | 27.79 | 82.61 | - |
| YUV | 147.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 236 | 0.24 | 0.52 | 0 | 0.07 | 272.46 | 0.76 | 0.69 |
| Hex | B4 | 72 | EC | 18 | 34 | 0 | 7 | 110 | 4C | 45 |
| Octal | 264 | 162 | 354 | 30 | 64 | 0 | 7 | 420 | 114 | 105 |
| Binary | 10110100 | 1110010 | 11101100 | 11000 | 110100 | 0 | 111 | 100010000 | 1001100 | 1000101 |
Color Harmonies of #B472EC
Complementary color
Monochromatic Colors of #B472EC
Black with #B472EC
Text Example
Text Example
White with #B472EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472EC; }
p { color: rgb(180,114,236); }
H1.HeaderClassName
{
color: #B472EC;
}
.AnyTagClassName
{
color: #B472EC;
}
</style>
background-color css
<style>
a { background-color: #B472EC; }
a { background-color: rgb(180,114,236); }
div.DivClassName
{
background-color: #B472EC;
}
.BgClassName
{
background-color: #B472EC;
}
</style>
border-color css
<style>
span { border-color: #B472EC; }
span { border-color: rgb(180,114,236); }
td.TdClassName
{
border-color: #B472EC;
}
.TagClassName
{
border-color: #B472EC;
}
</style>