Shades of Medium Purple #B474FB
Tints of Medium Purple #B474FB
RGB
CMYK
RGB Variations
Color information
#B474FB (or 0xB474FB) is known color: Medium Purple. HEX triplet: B4, 74 and FB. RGB value is (180,116,251). Sum of RGB (Red+Green+Blue) = 180+116+251=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B474FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474FB is #4B8B04. Grayscale: #969696. Windows color (decimal): -4950789 or 16479412. OLE color: 16479412.
HSL color Cylindrical-coordinate representation of color #B474FB: hue angle of 268.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B474FB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 116 | 251 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.02 |
| HSL | 268.44º | 0.94% | 0.72% | - |
| HSV(B) | 268.44º | 0.54% | 0.98% | - |
| XYZ | 42.48 | 29.16 | 94.66 | - |
| YUV | 150.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 251 | 0.28 | 0.54 | 0 | 0.02 | 268.44 | 0.94 | 0.72 |
| Hex | B4 | 74 | FB | 1C | 36 | 0 | 2 | 10C | 5E | 48 |
| Octal | 264 | 164 | 373 | 34 | 66 | 0 | 2 | 414 | 136 | 110 |
| Binary | 10110100 | 1110100 | 11111011 | 11100 | 110110 | 0 | 10 | 100001100 | 1011110 | 1001000 |
Color Harmonies of #B474FB
Complementary color
Monochromatic Colors of #B474FB
Black with #B474FB
Text Example
Text Example
White with #B474FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B474FB; }
p { color: rgb(180,116,251); }
H1.HeaderClassName
{
color: #B474FB;
}
.AnyTagClassName
{
color: #B474FB;
}
</style>
background-color css
<style>
a { background-color: #B474FB; }
a { background-color: rgb(180,116,251); }
div.DivClassName
{
background-color: #B474FB;
}
.BgClassName
{
background-color: #B474FB;
}
</style>
border-color css
<style>
span { border-color: #B474FB; }
span { border-color: rgb(180,116,251); }
td.TdClassName
{
border-color: #B474FB;
}
.TagClassName
{
border-color: #B474FB;
}
</style>