Shades of Medium Purple #B375F8
Tints of Medium Purple #B375F8
RGB
CMYK
RGB Variations
Color information
#B375F8 (or 0xB375F8) is known color: Medium Purple. HEX triplet: B3, 75 and F8. RGB value is (179,117,248). Sum of RGB (Red+Green+Blue) = 179+117+248=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #B375F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375F8 is #4C8A07. Grayscale: #969696. Windows color (decimal): -5016072 or 16283059. OLE color: 16283059.
HSL color Cylindrical-coordinate representation of color #B375F8: hue angle of 268.4º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B375F8 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 117 | 248 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.03 |
| HSL | 268.4º | 0.9% | 0.72% | - |
| HSV(B) | 268.4º | 0.53% | 0.97% | - |
| XYZ | 41.89 | 29.08 | 92.21 | - |
| YUV | 150.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 248 | 0.28 | 0.53 | 0 | 0.03 | 268.4 | 0.9 | 0.72 |
| Hex | B3 | 75 | F8 | 1C | 35 | 0 | 3 | 10C | 5A | 48 |
| Octal | 263 | 165 | 370 | 34 | 65 | 0 | 3 | 414 | 132 | 110 |
| Binary | 10110011 | 1110101 | 11111000 | 11100 | 110101 | 0 | 11 | 100001100 | 1011010 | 1001000 |
Color Harmonies of #B375F8
Complementary color
Monochromatic Colors of #B375F8
Black with #B375F8
Text Example
Text Example
White with #B375F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375F8; }
p { color: rgb(179,117,248); }
H1.HeaderClassName
{
color: #B375F8;
}
.AnyTagClassName
{
color: #B375F8;
}
</style>
background-color css
<style>
a { background-color: #B375F8; }
a { background-color: rgb(179,117,248); }
div.DivClassName
{
background-color: #B375F8;
}
.BgClassName
{
background-color: #B375F8;
}
</style>
border-color css
<style>
span { border-color: #B375F8; }
span { border-color: rgb(179,117,248); }
td.TdClassName
{
border-color: #B375F8;
}
.TagClassName
{
border-color: #B375F8;
}
</style>