Shades of Medium Purple #B374EC
Tints of Medium Purple #B374EC
RGB
CMYK
RGB Variations
Color information
#B374EC (or 0xB374EC) is known color: Medium Purple. HEX triplet: B3, 74 and EC. RGB value is (179,116,236). Sum of RGB (Red+Green+Blue) = 179+116+236=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B374EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B374EC is #4C8B13. Grayscale: #949494. Windows color (decimal): -5016340 or 15496371. OLE color: 15496371.
HSL color Cylindrical-coordinate representation of color #B374EC: hue angle of 271.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B374EC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 116 | 236 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.07 |
| HSL | 271.5º | 0.76% | 0.69% | - |
| HSV(B) | 271.5º | 0.51% | 0.93% | - |
| XYZ | 39.98 | 28.13 | 82.68 | - |
| YUV | 148.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 236 | 0.24 | 0.51 | 0 | 0.07 | 271.5 | 0.76 | 0.69 |
| Hex | B3 | 74 | EC | 18 | 33 | 0 | 7 | 110 | 4C | 45 |
| Octal | 263 | 164 | 354 | 30 | 63 | 0 | 7 | 420 | 114 | 105 |
| Binary | 10110011 | 1110100 | 11101100 | 11000 | 110011 | 0 | 111 | 100010000 | 1001100 | 1000101 |
Color Harmonies of #B374EC
Complementary color
Monochromatic Colors of #B374EC
Black with #B374EC
Text Example
Text Example
White with #B374EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374EC; }
p { color: rgb(179,116,236); }
H1.HeaderClassName
{
color: #B374EC;
}
.AnyTagClassName
{
color: #B374EC;
}
</style>
background-color css
<style>
a { background-color: #B374EC; }
a { background-color: rgb(179,116,236); }
div.DivClassName
{
background-color: #B374EC;
}
.BgClassName
{
background-color: #B374EC;
}
</style>
border-color css
<style>
span { border-color: #B374EC; }
span { border-color: rgb(179,116,236); }
td.TdClassName
{
border-color: #B374EC;
}
.TagClassName
{
border-color: #B374EC;
}
</style>