Shades of Medium Purple #B47AE8
Tints of Medium Purple #B47AE8
RGB
CMYK
RGB Variations
Color information
#B47AE8 (or 0xB47AE8) is known color: Medium Purple. HEX triplet: B4, 7A and E8. RGB value is (180,122,232). Sum of RGB (Red+Green+Blue) = 180+122+232=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #B47AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47AE8 is #4B8517. Grayscale: #979797. Windows color (decimal): -4949272 or 15235764. OLE color: 15235764.
HSL color Cylindrical-coordinate representation of color #B47AE8: hue angle of 271.64º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47AE8 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 122 | 232 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.09 |
| HSL | 271.64º | 0.71% | 0.69% | - |
| HSV(B) | 271.64º | 0.47% | 0.91% | - |
| XYZ | 40.35 | 29.45 | 79.9 | - |
| YUV | 151.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 232 | 0.22 | 0.47 | 0 | 0.09 | 271.64 | 0.71 | 0.69 |
| Hex | B4 | 7A | E8 | 16 | 2F | 0 | 9 | 110 | 47 | 45 |
| Octal | 264 | 172 | 350 | 26 | 57 | 0 | 11 | 420 | 107 | 105 |
| Binary | 10110100 | 1111010 | 11101000 | 10110 | 101111 | 0 | 1001 | 100010000 | 1000111 | 1000101 |
Color Harmonies of #B47AE8
Complementary color
Monochromatic Colors of #B47AE8
Black with #B47AE8
Text Example
Text Example
White with #B47AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AE8; }
p { color: rgb(180,122,232); }
H1.HeaderClassName
{
color: #B47AE8;
}
.AnyTagClassName
{
color: #B47AE8;
}
</style>
background-color css
<style>
a { background-color: #B47AE8; }
a { background-color: rgb(180,122,232); }
div.DivClassName
{
background-color: #B47AE8;
}
.BgClassName
{
background-color: #B47AE8;
}
</style>
border-color css
<style>
span { border-color: #B47AE8; }
span { border-color: rgb(180,122,232); }
td.TdClassName
{
border-color: #B47AE8;
}
.TagClassName
{
border-color: #B47AE8;
}
</style>