Shades of Medium Purple #B372ED
Tints of Medium Purple #B372ED
RGB
CMYK
RGB Variations
Color information
#B372ED (or 0xB372ED) is known color: Medium Purple. HEX triplet: B3, 72 and ED. RGB value is (179,114,237). Sum of RGB (Red+Green+Blue) = 179+114+237=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B372ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372ED is #4C8D12. Grayscale: #939393. Windows color (decimal): -5016851 or 15561395. OLE color: 15561395.
HSL color Cylindrical-coordinate representation of color #B372ED: hue angle of 271.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B372ED is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 114 | 237 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.07 |
| HSL | 271.71º | 0.77% | 0.69% | - |
| HSV(B) | 271.71º | 0.52% | 0.93% | - |
| XYZ | 39.89 | 27.73 | 83.37 | - |
| YUV | 147.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 237 | 0.24 | 0.52 | 0 | 0.07 | 271.71 | 0.77 | 0.69 |
| Hex | B3 | 72 | ED | 18 | 34 | 0 | 7 | 110 | 4D | 45 |
| Octal | 263 | 162 | 355 | 30 | 64 | 0 | 7 | 420 | 115 | 105 |
| Binary | 10110011 | 1110010 | 11101101 | 11000 | 110100 | 0 | 111 | 100010000 | 1001101 | 1000101 |
Color Harmonies of #B372ED
Complementary color
Monochromatic Colors of #B372ED
Black with #B372ED
Text Example
Text Example
White with #B372ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372ED; }
p { color: rgb(179,114,237); }
H1.HeaderClassName
{
color: #B372ED;
}
.AnyTagClassName
{
color: #B372ED;
}
</style>
background-color css
<style>
a { background-color: #B372ED; }
a { background-color: rgb(179,114,237); }
div.DivClassName
{
background-color: #B372ED;
}
.BgClassName
{
background-color: #B372ED;
}
</style>
border-color css
<style>
span { border-color: #B372ED; }
span { border-color: rgb(179,114,237); }
td.TdClassName
{
border-color: #B372ED;
}
.TagClassName
{
border-color: #B372ED;
}
</style>