Shades of Medium Purple #B471F5
Tints of Medium Purple #B471F5
RGB
CMYK
RGB Variations
Color information
#B471F5 (or 0xB471F5) is known color: Medium Purple. HEX triplet: B4, 71 and F5. RGB value is (180,113,245). Sum of RGB (Red+Green+Blue) = 180+113+245=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #B471F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471F5 is #4B8E0A. Grayscale: #939393. Windows color (decimal): -4951563 or 16085428. OLE color: 16085428.
HSL color Cylindrical-coordinate representation of color #B471F5: hue angle of 270.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B471F5 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 113 | 245 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.04 |
| HSL | 270.45º | 0.87% | 0.7% | - |
| HSV(B) | 270.45º | 0.54% | 0.96% | - |
| XYZ | 41.21 | 28.11 | 89.64 | - |
| YUV | 148.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 245 | 0.27 | 0.54 | 0 | 0.04 | 270.45 | 0.87 | 0.7 |
| Hex | B4 | 71 | F5 | 1B | 36 | 0 | 4 | 10E | 57 | 46 |
| Octal | 264 | 161 | 365 | 33 | 66 | 0 | 4 | 416 | 127 | 106 |
| Binary | 10110100 | 1110001 | 11110101 | 11011 | 110110 | 0 | 100 | 100001110 | 1010111 | 1000110 |
Color Harmonies of #B471F5
Complementary color
Monochromatic Colors of #B471F5
Black with #B471F5
Text Example
Text Example
White with #B471F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471F5; }
p { color: rgb(180,113,245); }
H1.HeaderClassName
{
color: #B471F5;
}
.AnyTagClassName
{
color: #B471F5;
}
</style>
background-color css
<style>
a { background-color: #B471F5; }
a { background-color: rgb(180,113,245); }
div.DivClassName
{
background-color: #B471F5;
}
.BgClassName
{
background-color: #B471F5;
}
</style>
border-color css
<style>
span { border-color: #B471F5; }
span { border-color: rgb(180,113,245); }
td.TdClassName
{
border-color: #B471F5;
}
.TagClassName
{
border-color: #B471F5;
}
</style>