Shades of Medium Purple #B375EF
Tints of Medium Purple #B375EF
RGB
CMYK
RGB Variations
Color information
#B375EF (or 0xB375EF) is known color: Medium Purple. HEX triplet: B3, 75 and EF. RGB value is (179,117,239). Sum of RGB (Red+Green+Blue) = 179+117+239=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #B375EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375EF is #4C8A10. Grayscale: #959595. Windows color (decimal): -5016081 or 15693235. OLE color: 15693235.
HSL color Cylindrical-coordinate representation of color #B375EF: hue angle of 270.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B375EF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 117 | 239 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.06 |
| HSL | 270.49º | 0.79% | 0.7% | - |
| HSV(B) | 270.49º | 0.51% | 0.94% | - |
| XYZ | 40.53 | 28.54 | 85.03 | - |
| YUV | 149.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 239 | 0.25 | 0.51 | 0 | 0.06 | 270.49 | 0.79 | 0.7 |
| Hex | B3 | 75 | EF | 19 | 33 | 0 | 6 | 10E | 4F | 46 |
| Octal | 263 | 165 | 357 | 31 | 63 | 0 | 6 | 416 | 117 | 106 |
| Binary | 10110011 | 1110101 | 11101111 | 11001 | 110011 | 0 | 110 | 100001110 | 1001111 | 1000110 |
Color Harmonies of #B375EF
Complementary color
Monochromatic Colors of #B375EF
Black with #B375EF
Text Example
Text Example
White with #B375EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375EF; }
p { color: rgb(179,117,239); }
H1.HeaderClassName
{
color: #B375EF;
}
.AnyTagClassName
{
color: #B375EF;
}
</style>
background-color css
<style>
a { background-color: #B375EF; }
a { background-color: rgb(179,117,239); }
div.DivClassName
{
background-color: #B375EF;
}
.BgClassName
{
background-color: #B375EF;
}
</style>
border-color css
<style>
span { border-color: #B375EF; }
span { border-color: rgb(179,117,239); }
td.TdClassName
{
border-color: #B375EF;
}
.TagClassName
{
border-color: #B375EF;
}
</style>