Shades of Medium Purple #B372E7
Tints of Medium Purple #B372E7
RGB
CMYK
RGB Variations
Color information
#B372E7 (or 0xB372E7) is known color: Medium Purple. HEX triplet: B3, 72 and E7. RGB value is (179,114,231). Sum of RGB (Red+Green+Blue) = 179+114+231=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #B372E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372E7 is #4C8D18. Grayscale: #929292. Windows color (decimal): -5016857 or 15168179. OLE color: 15168179.
HSL color Cylindrical-coordinate representation of color #B372E7: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B372E7 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 114 | 231 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.09 |
| HSL | 273.33º | 0.71% | 0.68% | - |
| HSV(B) | 273.33º | 0.51% | 0.91% | - |
| XYZ | 39.03 | 27.39 | 78.83 | - |
| YUV | 146.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 231 | 0.23 | 0.51 | 0 | 0.09 | 273.33 | 0.71 | 0.68 |
| Hex | B3 | 72 | E7 | 17 | 33 | 0 | 9 | 111 | 47 | 44 |
| Octal | 263 | 162 | 347 | 27 | 63 | 0 | 11 | 421 | 107 | 104 |
| Binary | 10110011 | 1110010 | 11100111 | 10111 | 110011 | 0 | 1001 | 100010001 | 1000111 | 1000100 |
Color Harmonies of #B372E7
Complementary color
Monochromatic Colors of #B372E7
Black with #B372E7
Text Example
Text Example
White with #B372E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372E7; }
p { color: rgb(179,114,231); }
H1.HeaderClassName
{
color: #B372E7;
}
.AnyTagClassName
{
color: #B372E7;
}
</style>
background-color css
<style>
a { background-color: #B372E7; }
a { background-color: rgb(179,114,231); }
div.DivClassName
{
background-color: #B372E7;
}
.BgClassName
{
background-color: #B372E7;
}
</style>
border-color css
<style>
span { border-color: #B372E7; }
span { border-color: rgb(179,114,231); }
td.TdClassName
{
border-color: #B372E7;
}
.TagClassName
{
border-color: #B372E7;
}
</style>