Shades of Medium Purple #B476FF
Tints of Medium Purple #B476FF
RGB
CMYK
RGB Variations
Color information
#B476FF (or 0xB476FF) is known color: Medium Purple. HEX triplet: B4, 76 and FF. RGB value is (180,118,255). Sum of RGB (Red+Green+Blue) = 180+118+255=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B476FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B476FF is #4B8900. Grayscale: #979797. Windows color (decimal): -4950273 or 16742068. OLE color: 16742068.
HSL color Cylindrical-coordinate representation of color #B476FF: hue angle of 267.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B476FF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 118 | 255 | - |
| CMYK | 0.29 | 0.54 | 0 | 0 |
| HSL | 267.15º | 1% | 0.73% | - |
| HSV(B) | 267.15º | 0.54% | 1% | - |
| XYZ | 43.35 | 29.88 | 98.09 | - |
| YUV | 152.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 255 | 0.29 | 0.54 | 0 | 0 | 267.15 | 1 | 0.73 |
| Hex | B4 | 76 | FF | 1D | 36 | 0 | 0 | 10B | 64 | 49 |
| Octal | 264 | 166 | 377 | 35 | 66 | 0 | 0 | 413 | 144 | 111 |
| Binary | 10110100 | 1110110 | 11111111 | 11101 | 110110 | 0 | 0 | 100001011 | 1100100 | 1001001 |
Color Harmonies of #B476FF
Complementary color
Monochromatic Colors of #B476FF
Black with #B476FF
Text Example
Text Example
White with #B476FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476FF; }
p { color: rgb(180,118,255); }
H1.HeaderClassName
{
color: #B476FF;
}
.AnyTagClassName
{
color: #B476FF;
}
</style>
background-color css
<style>
a { background-color: #B476FF; }
a { background-color: rgb(180,118,255); }
div.DivClassName
{
background-color: #B476FF;
}
.BgClassName
{
background-color: #B476FF;
}
</style>
border-color css
<style>
span { border-color: #B476FF; }
span { border-color: rgb(180,118,255); }
td.TdClassName
{
border-color: #B476FF;
}
.TagClassName
{
border-color: #B476FF;
}
</style>