Shades of Medium Purple #B471F0
Tints of Medium Purple #B471F0
RGB
CMYK
RGB Variations
Color information
#B471F0 (or 0xB471F0) is known color: Medium Purple. HEX triplet: B4, 71 and F0. RGB value is (180,113,240). Sum of RGB (Red+Green+Blue) = 180+113+240=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #B471F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471F0 is #4B8E0F. Grayscale: #939393. Windows color (decimal): -4951568 or 15757748. OLE color: 15757748.
HSL color Cylindrical-coordinate representation of color #B471F0: hue angle of 271.65º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B471F0 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 113 | 240 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.06 |
| HSL | 271.65º | 0.81% | 0.69% | - |
| HSV(B) | 271.65º | 0.53% | 0.94% | - |
| XYZ | 40.46 | 27.8 | 85.67 | - |
| YUV | 147.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 240 | 0.25 | 0.53 | 0 | 0.06 | 271.65 | 0.81 | 0.69 |
| Hex | B4 | 71 | F0 | 19 | 35 | 0 | 6 | 110 | 51 | 45 |
| Octal | 264 | 161 | 360 | 31 | 65 | 0 | 6 | 420 | 121 | 105 |
| Binary | 10110100 | 1110001 | 11110000 | 11001 | 110101 | 0 | 110 | 100010000 | 1010001 | 1000101 |
Color Harmonies of #B471F0
Complementary color
Monochromatic Colors of #B471F0
Black with #B471F0
Text Example
Text Example
White with #B471F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471F0; }
p { color: rgb(180,113,240); }
H1.HeaderClassName
{
color: #B471F0;
}
.AnyTagClassName
{
color: #B471F0;
}
</style>
background-color css
<style>
a { background-color: #B471F0; }
a { background-color: rgb(180,113,240); }
div.DivClassName
{
background-color: #B471F0;
}
.BgClassName
{
background-color: #B471F0;
}
</style>
border-color css
<style>
span { border-color: #B471F0; }
span { border-color: rgb(180,113,240); }
td.TdClassName
{
border-color: #B471F0;
}
.TagClassName
{
border-color: #B471F0;
}
</style>