Shades of Medium Purple #B471F9
Tints of Medium Purple #B471F9
RGB
CMYK
RGB Variations
Color information
#B471F9 (or 0xB471F9) is known color: Medium Purple. HEX triplet: B4, 71 and F9. RGB value is (180,113,249). Sum of RGB (Red+Green+Blue) = 180+113+249=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #B471F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471F9 is #4B8E06. Grayscale: #949494. Windows color (decimal): -4951559 or 16347572. OLE color: 16347572.
HSL color Cylindrical-coordinate representation of color #B471F9: hue angle of 269.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B471F9 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 113 | 249 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.02 |
| HSL | 269.56º | 0.92% | 0.71% | - |
| HSV(B) | 269.56º | 0.55% | 0.98% | - |
| XYZ | 41.83 | 28.35 | 92.89 | - |
| YUV | 148.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 249 | 0.28 | 0.55 | 0 | 0.02 | 269.56 | 0.92 | 0.71 |
| Hex | B4 | 71 | F9 | 1C | 37 | 0 | 2 | 10E | 5C | 47 |
| Octal | 264 | 161 | 371 | 34 | 67 | 0 | 2 | 416 | 134 | 107 |
| Binary | 10110100 | 1110001 | 11111001 | 11100 | 110111 | 0 | 10 | 100001110 | 1011100 | 1000111 |
Color Harmonies of #B471F9
Complementary color
Monochromatic Colors of #B471F9
Black with #B471F9
Text Example
Text Example
White with #B471F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471F9; }
p { color: rgb(180,113,249); }
H1.HeaderClassName
{
color: #B471F9;
}
.AnyTagClassName
{
color: #B471F9;
}
</style>
background-color css
<style>
a { background-color: #B471F9; }
a { background-color: rgb(180,113,249); }
div.DivClassName
{
background-color: #B471F9;
}
.BgClassName
{
background-color: #B471F9;
}
</style>
border-color css
<style>
span { border-color: #B471F9; }
span { border-color: rgb(180,113,249); }
td.TdClassName
{
border-color: #B471F9;
}
.TagClassName
{
border-color: #B471F9;
}
</style>