Shades of Medium Purple #B473EE
Tints of Medium Purple #B473EE
RGB
CMYK
RGB Variations
Color information
#B473EE (or 0xB473EE) is known color: Medium Purple. HEX triplet: B4, 73 and EE. RGB value is (180,115,238). Sum of RGB (Red+Green+Blue) = 180+115+238=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B473EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473EE is #4B8C11. Grayscale: #949494. Windows color (decimal): -4951058 or 15627188. OLE color: 15627188.
HSL color Cylindrical-coordinate representation of color #B473EE: hue angle of 271.71º degrees, saturation: 0.78, 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 #B473EE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 115 | 238 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.07 |
| HSL | 271.71º | 0.78% | 0.69% | - |
| HSV(B) | 271.71º | 0.52% | 0.93% | - |
| XYZ | 40.39 | 28.14 | 84.19 | - |
| YUV | 148.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 238 | 0.24 | 0.52 | 0 | 0.07 | 271.71 | 0.78 | 0.69 |
| Hex | B4 | 73 | EE | 18 | 34 | 0 | 7 | 110 | 4E | 45 |
| Octal | 264 | 163 | 356 | 30 | 64 | 0 | 7 | 420 | 116 | 105 |
| Binary | 10110100 | 1110011 | 11101110 | 11000 | 110100 | 0 | 111 | 100010000 | 1001110 | 1000101 |
Color Harmonies of #B473EE
Complementary color
Monochromatic Colors of #B473EE
Black with #B473EE
Text Example
Text Example
White with #B473EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473EE; }
p { color: rgb(180,115,238); }
H1.HeaderClassName
{
color: #B473EE;
}
.AnyTagClassName
{
color: #B473EE;
}
</style>
background-color css
<style>
a { background-color: #B473EE; }
a { background-color: rgb(180,115,238); }
div.DivClassName
{
background-color: #B473EE;
}
.BgClassName
{
background-color: #B473EE;
}
</style>
border-color css
<style>
span { border-color: #B473EE; }
span { border-color: rgb(180,115,238); }
td.TdClassName
{
border-color: #B473EE;
}
.TagClassName
{
border-color: #B473EE;
}
</style>