Shades of Medium Purple #B372EE
Tints of Medium Purple #B372EE
RGB
CMYK
RGB Variations
Color information
#B372EE (or 0xB372EE) is known color: Medium Purple. HEX triplet: B3, 72 and EE. RGB value is (179,114,238). Sum of RGB (Red+Green+Blue) = 179+114+238=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B372EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372EE is #4C8D11. Grayscale: #939393. Windows color (decimal): -5016850 or 15626931. OLE color: 15626931.
HSL color Cylindrical-coordinate representation of color #B372EE: hue angle of 271.45º degrees, saturation: 0.78, 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 #B372EE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 114 | 238 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.07 |
| HSL | 271.45º | 0.78% | 0.69% | - |
| HSV(B) | 271.45º | 0.52% | 0.93% | - |
| XYZ | 40.04 | 27.79 | 84.14 | - |
| YUV | 147.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 238 | 0.25 | 0.52 | 0 | 0.07 | 271.45 | 0.78 | 0.69 |
| Hex | B3 | 72 | EE | 19 | 34 | 0 | 7 | 10F | 4E | 45 |
| Octal | 263 | 162 | 356 | 31 | 64 | 0 | 7 | 417 | 116 | 105 |
| Binary | 10110011 | 1110010 | 11101110 | 11001 | 110100 | 0 | 111 | 100001111 | 1001110 | 1000101 |
Color Harmonies of #B372EE
Complementary color
Monochromatic Colors of #B372EE
Black with #B372EE
Text Example
Text Example
White with #B372EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372EE; }
p { color: rgb(179,114,238); }
H1.HeaderClassName
{
color: #B372EE;
}
.AnyTagClassName
{
color: #B372EE;
}
</style>
background-color css
<style>
a { background-color: #B372EE; }
a { background-color: rgb(179,114,238); }
div.DivClassName
{
background-color: #B372EE;
}
.BgClassName
{
background-color: #B372EE;
}
</style>
border-color css
<style>
span { border-color: #B372EE; }
span { border-color: rgb(179,114,238); }
td.TdClassName
{
border-color: #B372EE;
}
.TagClassName
{
border-color: #B372EE;
}
</style>