Shades of Medium Purple #B071F4
Tints of Medium Purple #B071F4
RGB
CMYK
RGB Variations
Color information
#B071F4 (or 0xB071F4) is known color: Medium Purple. HEX triplet: B0, 71 and F4. RGB value is (176,113,244). Sum of RGB (Red+Green+Blue) = 176+113+244=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #B071F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B071F4 is #4F8E0B. Grayscale: #929292. Windows color (decimal): -5213708 or 16019888. OLE color: 16019888.
HSL color Cylindrical-coordinate representation of color #B071F4: hue angle of 268.85º degrees, saturation: 0.86, 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 #B071F4 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 113 | 244 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.04 |
| HSL | 268.85º | 0.86% | 0.7% | - |
| HSV(B) | 268.85º | 0.54% | 0.96% | - |
| XYZ | 40.14 | 27.57 | 88.79 | - |
| YUV | 146.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 244 | 0.28 | 0.54 | 0 | 0.04 | 268.85 | 0.86 | 0.7 |
| Hex | B0 | 71 | F4 | 1C | 36 | 0 | 4 | 10D | 56 | 46 |
| Octal | 260 | 161 | 364 | 34 | 66 | 0 | 4 | 415 | 126 | 106 |
| Binary | 10110000 | 1110001 | 11110100 | 11100 | 110110 | 0 | 100 | 100001101 | 1010110 | 1000110 |
Color Harmonies of #B071F4
Complementary color
Monochromatic Colors of #B071F4
Black with #B071F4
Text Example
Text Example
White with #B071F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071F4; }
p { color: rgb(176,113,244); }
H1.HeaderClassName
{
color: #B071F4;
}
.AnyTagClassName
{
color: #B071F4;
}
</style>
background-color css
<style>
a { background-color: #B071F4; }
a { background-color: rgb(176,113,244); }
div.DivClassName
{
background-color: #B071F4;
}
.BgClassName
{
background-color: #B071F4;
}
</style>
border-color css
<style>
span { border-color: #B071F4; }
span { border-color: rgb(176,113,244); }
td.TdClassName
{
border-color: #B071F4;
}
.TagClassName
{
border-color: #B071F4;
}
</style>