Shades of Medium Purple #B477FF
Tints of Medium Purple #B477FF
RGB
CMYK
RGB Variations
Color information
#B477FF (or 0xB477FF) is known color: Medium Purple. HEX triplet: B4, 77 and FF. RGB value is (180,119,255). Sum of RGB (Red+Green+Blue) = 180+119+255=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B477FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477FF is #4B8800. Grayscale: #989898. Windows color (decimal): -4950017 or 16742324. OLE color: 16742324.
HSL color Cylindrical-coordinate representation of color #B477FF: hue angle of 266.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B477FF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 119 | 255 | - |
| CMYK | 0.29 | 0.53 | 0 | 0 |
| HSL | 266.91º | 1% | 0.73% | - |
| HSV(B) | 266.91º | 0.53% | 1% | - |
| XYZ | 43.47 | 30.12 | 98.13 | - |
| YUV | 152.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 255 | 0.29 | 0.53 | 0 | 0 | 266.91 | 1 | 0.73 |
| Hex | B4 | 77 | FF | 1D | 35 | 0 | 0 | 10B | 64 | 49 |
| Octal | 264 | 167 | 377 | 35 | 65 | 0 | 0 | 413 | 144 | 111 |
| Binary | 10110100 | 1110111 | 11111111 | 11101 | 110101 | 0 | 0 | 100001011 | 1100100 | 1001001 |
Color Harmonies of #B477FF
Complementary color
Monochromatic Colors of #B477FF
Black with #B477FF
Text Example
Text Example
White with #B477FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477FF; }
p { color: rgb(180,119,255); }
H1.HeaderClassName
{
color: #B477FF;
}
.AnyTagClassName
{
color: #B477FF;
}
</style>
background-color css
<style>
a { background-color: #B477FF; }
a { background-color: rgb(180,119,255); }
div.DivClassName
{
background-color: #B477FF;
}
.BgClassName
{
background-color: #B477FF;
}
</style>
border-color css
<style>
span { border-color: #B477FF; }
span { border-color: rgb(180,119,255); }
td.TdClassName
{
border-color: #B477FF;
}
.TagClassName
{
border-color: #B477FF;
}
</style>