Shades of Medium Purple #B371FF
Tints of Medium Purple #B371FF
RGB
CMYK
RGB Variations
Color information
#B371FF (or 0xB371FF) is known color: Medium Purple. HEX triplet: B3, 71 and FF. RGB value is (179,113,255). Sum of RGB (Red+Green+Blue) = 179+113+255=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #B371FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371FF is #4C8E00. Grayscale: #949494. Windows color (decimal): -5017089 or 16740787. OLE color: 16740787.
HSL color Cylindrical-coordinate representation of color #B371FF: hue angle of 267.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B371FF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 113 | 255 | - |
| CMYK | 0.30 | 0.56 | 0 | 0 |
| HSL | 267.89º | 1% | 0.72% | - |
| HSV(B) | 267.89º | 0.56% | 1% | - |
| XYZ | 42.55 | 28.61 | 97.89 | - |
| YUV | 148.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 255 | 0.30 | 0.56 | 0 | 0 | 267.89 | 1 | 0.72 |
| Hex | B3 | 71 | FF | 1E | 38 | 0 | 0 | 10C | 64 | 48 |
| Octal | 263 | 161 | 377 | 36 | 70 | 0 | 0 | 414 | 144 | 110 |
| Binary | 10110011 | 1110001 | 11111111 | 11110 | 111000 | 0 | 0 | 100001100 | 1100100 | 1001000 |
Color Harmonies of #B371FF
Complementary color
Monochromatic Colors of #B371FF
Black with #B371FF
Text Example
Text Example
White with #B371FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371FF; }
p { color: rgb(179,113,255); }
H1.HeaderClassName
{
color: #B371FF;
}
.AnyTagClassName
{
color: #B371FF;
}
</style>
background-color css
<style>
a { background-color: #B371FF; }
a { background-color: rgb(179,113,255); }
div.DivClassName
{
background-color: #B371FF;
}
.BgClassName
{
background-color: #B371FF;
}
</style>
border-color css
<style>
span { border-color: #B371FF; }
span { border-color: rgb(179,113,255); }
td.TdClassName
{
border-color: #B371FF;
}
.TagClassName
{
border-color: #B371FF;
}
</style>