Shades of Medium Purple #B371F4
Tints of Medium Purple #B371F4
RGB
CMYK
RGB Variations
Color information
#B371F4 (or 0xB371F4) is known color: Medium Purple. HEX triplet: B3, 71 and F4. RGB value is (179,113,244). Sum of RGB (Red+Green+Blue) = 179+113+244=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #B371F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371F4 is #4C8E0B. Grayscale: #939393. Windows color (decimal): -5017100 or 16019891. OLE color: 16019891.
HSL color Cylindrical-coordinate representation of color #B371F4: hue angle of 270.23º 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 #B371F4 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 113 | 244 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.04 |
| HSL | 270.23º | 0.86% | 0.7% | - |
| HSV(B) | 270.23º | 0.54% | 0.96% | - |
| XYZ | 40.82 | 27.93 | 88.83 | - |
| YUV | 147.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 244 | 0.27 | 0.54 | 0 | 0.04 | 270.23 | 0.86 | 0.7 |
| Hex | B3 | 71 | F4 | 1B | 36 | 0 | 4 | 10E | 56 | 46 |
| Octal | 263 | 161 | 364 | 33 | 66 | 0 | 4 | 416 | 126 | 106 |
| Binary | 10110011 | 1110001 | 11110100 | 11011 | 110110 | 0 | 100 | 100001110 | 1010110 | 1000110 |
Color Harmonies of #B371F4
Complementary color
Monochromatic Colors of #B371F4
Black with #B371F4
Text Example
Text Example
White with #B371F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371F4; }
p { color: rgb(179,113,244); }
H1.HeaderClassName
{
color: #B371F4;
}
.AnyTagClassName
{
color: #B371F4;
}
</style>
background-color css
<style>
a { background-color: #B371F4; }
a { background-color: rgb(179,113,244); }
div.DivClassName
{
background-color: #B371F4;
}
.BgClassName
{
background-color: #B371F4;
}
</style>
border-color css
<style>
span { border-color: #B371F4; }
span { border-color: rgb(179,113,244); }
td.TdClassName
{
border-color: #B371F4;
}
.TagClassName
{
border-color: #B371F4;
}
</style>