Shades of Medium Purple #B479E8
Tints of Medium Purple #B479E8
RGB
CMYK
RGB Variations
Color information
#B479E8 (or 0xB479E8) is known color: Medium Purple. HEX triplet: B4, 79 and E8. RGB value is (180,121,232). Sum of RGB (Red+Green+Blue) = 180+121+232=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #B479E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B479E8 is #4B8617. Grayscale: #969696. Windows color (decimal): -4949528 or 15235508. OLE color: 15235508.
HSL color Cylindrical-coordinate representation of color #B479E8: hue angle of 271.89º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B479E8 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 121 | 232 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.09 |
| HSL | 271.89º | 0.71% | 0.69% | - |
| HSV(B) | 271.89º | 0.48% | 0.91% | - |
| XYZ | 40.23 | 29.2 | 79.86 | - |
| YUV | 151.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 232 | 0.22 | 0.48 | 0 | 0.09 | 271.89 | 0.71 | 0.69 |
| Hex | B4 | 79 | E8 | 16 | 30 | 0 | 9 | 110 | 47 | 45 |
| Octal | 264 | 171 | 350 | 26 | 60 | 0 | 11 | 420 | 107 | 105 |
| Binary | 10110100 | 1111001 | 11101000 | 10110 | 110000 | 0 | 1001 | 100010000 | 1000111 | 1000101 |
Color Harmonies of #B479E8
Complementary color
Monochromatic Colors of #B479E8
Black with #B479E8
Text Example
Text Example
White with #B479E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479E8; }
p { color: rgb(180,121,232); }
H1.HeaderClassName
{
color: #B479E8;
}
.AnyTagClassName
{
color: #B479E8;
}
</style>
background-color css
<style>
a { background-color: #B479E8; }
a { background-color: rgb(180,121,232); }
div.DivClassName
{
background-color: #B479E8;
}
.BgClassName
{
background-color: #B479E8;
}
</style>
border-color css
<style>
span { border-color: #B479E8; }
span { border-color: rgb(180,121,232); }
td.TdClassName
{
border-color: #B479E8;
}
.TagClassName
{
border-color: #B479E8;
}
</style>