Shades of Medium Purple #B374F8
Tints of Medium Purple #B374F8
RGB
CMYK
RGB Variations
Color information
#B374F8 (or 0xB374F8) is known color: Medium Purple. HEX triplet: B3, 74 and F8. RGB value is (179,116,248). Sum of RGB (Red+Green+Blue) = 179+116+248=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #B374F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B374F8 is #4C8B07. Grayscale: #959595. Windows color (decimal): -5016328 or 16282803. OLE color: 16282803.
HSL color Cylindrical-coordinate representation of color #B374F8: hue angle of 268.64º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B374F8 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 116 | 248 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.03 |
| HSL | 268.64º | 0.9% | 0.71% | - |
| HSV(B) | 268.64º | 0.53% | 0.97% | - |
| XYZ | 41.78 | 28.85 | 92.17 | - |
| YUV | 149.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 248 | 0.28 | 0.53 | 0 | 0.03 | 268.64 | 0.9 | 0.71 |
| Hex | B3 | 74 | F8 | 1C | 35 | 0 | 3 | 10D | 5A | 47 |
| Octal | 263 | 164 | 370 | 34 | 65 | 0 | 3 | 415 | 132 | 107 |
| Binary | 10110011 | 1110100 | 11111000 | 11100 | 110101 | 0 | 11 | 100001101 | 1011010 | 1000111 |
Color Harmonies of #B374F8
Complementary color
Monochromatic Colors of #B374F8
Black with #B374F8
Text Example
Text Example
White with #B374F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374F8; }
p { color: rgb(179,116,248); }
H1.HeaderClassName
{
color: #B374F8;
}
.AnyTagClassName
{
color: #B374F8;
}
</style>
background-color css
<style>
a { background-color: #B374F8; }
a { background-color: rgb(179,116,248); }
div.DivClassName
{
background-color: #B374F8;
}
.BgClassName
{
background-color: #B374F8;
}
</style>
border-color css
<style>
span { border-color: #B374F8; }
span { border-color: rgb(179,116,248); }
td.TdClassName
{
border-color: #B374F8;
}
.TagClassName
{
border-color: #B374F8;
}
</style>