Shades of Medium Purple #B072E7
Tints of Medium Purple #B072E7
RGB
CMYK
RGB Variations
Color information
#B072E7 (or 0xB072E7) is known color: Medium Purple. HEX triplet: B0, 72 and E7. RGB value is (176,114,231). Sum of RGB (Red+Green+Blue) = 176+114+231=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #B072E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072E7 is #4F8D18. Grayscale: #919191. Windows color (decimal): -5213465 or 15168176. OLE color: 15168176.
HSL color Cylindrical-coordinate representation of color #B072E7: hue angle of 271.79º 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 #B072E7 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 114 | 231 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.09 |
| HSL | 271.79º | 0.71% | 0.68% | - |
| HSV(B) | 271.79º | 0.51% | 0.91% | - |
| XYZ | 38.35 | 27.03 | 78.8 | - |
| YUV | 145.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 231 | 0.24 | 0.51 | 0 | 0.09 | 271.79 | 0.71 | 0.68 |
| Hex | B0 | 72 | E7 | 18 | 33 | 0 | 9 | 110 | 47 | 44 |
| Octal | 260 | 162 | 347 | 30 | 63 | 0 | 11 | 420 | 107 | 104 |
| Binary | 10110000 | 1110010 | 11100111 | 11000 | 110011 | 0 | 1001 | 100010000 | 1000111 | 1000100 |
Color Harmonies of #B072E7
Complementary color
Monochromatic Colors of #B072E7
Black with #B072E7
Text Example
Text Example
White with #B072E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072E7; }
p { color: rgb(176,114,231); }
H1.HeaderClassName
{
color: #B072E7;
}
.AnyTagClassName
{
color: #B072E7;
}
</style>
background-color css
<style>
a { background-color: #B072E7; }
a { background-color: rgb(176,114,231); }
div.DivClassName
{
background-color: #B072E7;
}
.BgClassName
{
background-color: #B072E7;
}
</style>
border-color css
<style>
span { border-color: #B072E7; }
span { border-color: rgb(176,114,231); }
td.TdClassName
{
border-color: #B072E7;
}
.TagClassName
{
border-color: #B072E7;
}
</style>