Shades of Medium Purple #B47AEB
Tints of Medium Purple #B47AEB
RGB
CMYK
RGB Variations
Color information
#B47AEB (or 0xB47AEB) is known color: Medium Purple. HEX triplet: B4, 7A and EB. RGB value is (180,122,235). Sum of RGB (Red+Green+Blue) = 180+122+235=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #B47AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47AEB is #4B8514. Grayscale: #979797. Windows color (decimal): -4949269 or 15432372. OLE color: 15432372.
HSL color Cylindrical-coordinate representation of color #B47AEB: hue angle of 270.8º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47AEB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 122 | 235 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.08 |
| HSL | 270.8º | 0.74% | 0.7% | - |
| HSV(B) | 270.8º | 0.48% | 0.92% | - |
| XYZ | 40.78 | 29.62 | 82.17 | - |
| YUV | 152.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 235 | 0.23 | 0.48 | 0 | 0.08 | 270.8 | 0.74 | 0.7 |
| Hex | B4 | 7A | EB | 17 | 30 | 0 | 8 | 10F | 4A | 46 |
| Octal | 264 | 172 | 353 | 27 | 60 | 0 | 10 | 417 | 112 | 106 |
| Binary | 10110100 | 1111010 | 11101011 | 10111 | 110000 | 0 | 1000 | 100001111 | 1001010 | 1000110 |
Color Harmonies of #B47AEB
Complementary color
Monochromatic Colors of #B47AEB
Black with #B47AEB
Text Example
Text Example
White with #B47AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AEB; }
p { color: rgb(180,122,235); }
H1.HeaderClassName
{
color: #B47AEB;
}
.AnyTagClassName
{
color: #B47AEB;
}
</style>
background-color css
<style>
a { background-color: #B47AEB; }
a { background-color: rgb(180,122,235); }
div.DivClassName
{
background-color: #B47AEB;
}
.BgClassName
{
background-color: #B47AEB;
}
</style>
border-color css
<style>
span { border-color: #B47AEB; }
span { border-color: rgb(180,122,235); }
td.TdClassName
{
border-color: #B47AEB;
}
.TagClassName
{
border-color: #B47AEB;
}
</style>