Shades of Medium Purple #B370EC
Tints of Medium Purple #B370EC
RGB
CMYK
RGB Variations
Color information
#B370EC (or 0xB370EC) is known color: Medium Purple. HEX triplet: B3, 70 and EC. RGB value is (179,112,236). Sum of RGB (Red+Green+Blue) = 179+112+236=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #B370EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370EC is #4C8F13. Grayscale: #919191. Windows color (decimal): -5017364 or 15495347. OLE color: 15495347.
HSL color Cylindrical-coordinate representation of color #B370EC: hue angle of 272.42º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B370EC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 112 | 236 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.07 |
| HSL | 272.42º | 0.77% | 0.68% | - |
| HSV(B) | 272.42º | 0.53% | 0.93% | - |
| XYZ | 39.52 | 27.23 | 82.53 | - |
| YUV | 146.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 236 | 0.24 | 0.53 | 0 | 0.07 | 272.42 | 0.77 | 0.68 |
| Hex | B3 | 70 | EC | 18 | 35 | 0 | 7 | 110 | 4D | 44 |
| Octal | 263 | 160 | 354 | 30 | 65 | 0 | 7 | 420 | 115 | 104 |
| Binary | 10110011 | 1110000 | 11101100 | 11000 | 110101 | 0 | 111 | 100010000 | 1001101 | 1000100 |
Color Harmonies of #B370EC
Complementary color
Monochromatic Colors of #B370EC
Black with #B370EC
Text Example
Text Example
White with #B370EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370EC; }
p { color: rgb(179,112,236); }
H1.HeaderClassName
{
color: #B370EC;
}
.AnyTagClassName
{
color: #B370EC;
}
</style>
background-color css
<style>
a { background-color: #B370EC; }
a { background-color: rgb(179,112,236); }
div.DivClassName
{
background-color: #B370EC;
}
.BgClassName
{
background-color: #B370EC;
}
</style>
border-color css
<style>
span { border-color: #B370EC; }
span { border-color: rgb(179,112,236); }
td.TdClassName
{
border-color: #B370EC;
}
.TagClassName
{
border-color: #B370EC;
}
</style>