Shades of Medium Purple #B473EC
Tints of Medium Purple #B473EC
RGB
CMYK
RGB Variations
Color information
#B473EC (or 0xB473EC) is known color: Medium Purple. HEX triplet: B4, 73 and EC. RGB value is (180,115,236). Sum of RGB (Red+Green+Blue) = 180+115+236=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B473EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473EC is #4B8C13. Grayscale: #939393. Windows color (decimal): -4951060 or 15496116. OLE color: 15496116.
HSL color Cylindrical-coordinate representation of color #B473EC: hue angle of 272.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B473EC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 115 | 236 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.07 |
| HSL | 272.23º | 0.76% | 0.69% | - |
| HSV(B) | 272.23º | 0.51% | 0.93% | - |
| XYZ | 40.09 | 28.02 | 82.65 | - |
| YUV | 148.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 236 | 0.24 | 0.51 | 0 | 0.07 | 272.23 | 0.76 | 0.69 |
| Hex | B4 | 73 | EC | 18 | 33 | 0 | 7 | 110 | 4C | 45 |
| Octal | 264 | 163 | 354 | 30 | 63 | 0 | 7 | 420 | 114 | 105 |
| Binary | 10110100 | 1110011 | 11101100 | 11000 | 110011 | 0 | 111 | 100010000 | 1001100 | 1000101 |
Color Harmonies of #B473EC
Complementary color
Monochromatic Colors of #B473EC
Black with #B473EC
Text Example
Text Example
White with #B473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473EC; }
p { color: rgb(180,115,236); }
H1.HeaderClassName
{
color: #B473EC;
}
.AnyTagClassName
{
color: #B473EC;
}
</style>
background-color css
<style>
a { background-color: #B473EC; }
a { background-color: rgb(180,115,236); }
div.DivClassName
{
background-color: #B473EC;
}
.BgClassName
{
background-color: #B473EC;
}
</style>
border-color css
<style>
span { border-color: #B473EC; }
span { border-color: rgb(180,115,236); }
td.TdClassName
{
border-color: #B473EC;
}
.TagClassName
{
border-color: #B473EC;
}
</style>