Shades of Medium Purple #B477FE
Tints of Medium Purple #B477FE
RGB
CMYK
RGB Variations
Color information
#B477FE (or 0xB477FE) is known color: Medium Purple. HEX triplet: B4, 77 and FE. RGB value is (180,119,254). Sum of RGB (Red+Green+Blue) = 180+119+254=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B477FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477FE is #4B8801. Grayscale: #989898. Windows color (decimal): -4950018 or 16676788. OLE color: 16676788.
HSL color Cylindrical-coordinate representation of color #B477FE: hue angle of 267.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B477FE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 119 | 254 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.00 |
| HSL | 267.11º | 0.99% | 0.73% | - |
| HSV(B) | 267.11º | 0.53% | 1% | - |
| XYZ | 43.31 | 30.05 | 97.28 | - |
| YUV | 152.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 254 | 0.29 | 0.53 | 0 | 0.00 | 267.11 | 0.99 | 0.73 |
| Hex | B4 | 77 | FE | 1D | 35 | 0 | 0 | 10B | 63 | 49 |
| Octal | 264 | 167 | 376 | 35 | 65 | 0 | 0 | 413 | 143 | 111 |
| Binary | 10110100 | 1110111 | 11111110 | 11101 | 110101 | 0 | 0 | 100001011 | 1100011 | 1001001 |
Color Harmonies of #B477FE
Complementary color
Monochromatic Colors of #B477FE
Black with #B477FE
Text Example
Text Example
White with #B477FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477FE; }
p { color: rgb(180,119,254); }
H1.HeaderClassName
{
color: #B477FE;
}
.AnyTagClassName
{
color: #B477FE;
}
</style>
background-color css
<style>
a { background-color: #B477FE; }
a { background-color: rgb(180,119,254); }
div.DivClassName
{
background-color: #B477FE;
}
.BgClassName
{
background-color: #B477FE;
}
</style>
border-color css
<style>
span { border-color: #B477FE; }
span { border-color: rgb(180,119,254); }
td.TdClassName
{
border-color: #B477FE;
}
.TagClassName
{
border-color: #B477FE;
}
</style>