Shades of Medium Purple #B072EF
Tints of Medium Purple #B072EF
RGB
CMYK
RGB Variations
Color information
#B072EF (or 0xB072EF) is known color: Medium Purple. HEX triplet: B0, 72 and EF. RGB value is (176,114,239). Sum of RGB (Red+Green+Blue) = 176+114+239=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B072EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072EF is #4F8D10. Grayscale: #929292. Windows color (decimal): -5213457 or 15692464. OLE color: 15692464.
HSL color Cylindrical-coordinate representation of color #B072EF: hue angle of 269.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B072EF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 114 | 239 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.06 |
| HSL | 269.76º | 0.8% | 0.69% | - |
| HSV(B) | 269.76º | 0.52% | 0.94% | - |
| XYZ | 39.5 | 27.5 | 84.89 | - |
| YUV | 146.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 239 | 0.26 | 0.52 | 0 | 0.06 | 269.76 | 0.8 | 0.69 |
| Hex | B0 | 72 | EF | 1A | 34 | 0 | 6 | 10E | 50 | 45 |
| Octal | 260 | 162 | 357 | 32 | 64 | 0 | 6 | 416 | 120 | 105 |
| Binary | 10110000 | 1110010 | 11101111 | 11010 | 110100 | 0 | 110 | 100001110 | 1010000 | 1000101 |
Color Harmonies of #B072EF
Complementary color
Monochromatic Colors of #B072EF
Black with #B072EF
Text Example
Text Example
White with #B072EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072EF; }
p { color: rgb(176,114,239); }
H1.HeaderClassName
{
color: #B072EF;
}
.AnyTagClassName
{
color: #B072EF;
}
</style>
background-color css
<style>
a { background-color: #B072EF; }
a { background-color: rgb(176,114,239); }
div.DivClassName
{
background-color: #B072EF;
}
.BgClassName
{
background-color: #B072EF;
}
</style>
border-color css
<style>
span { border-color: #B072EF; }
span { border-color: rgb(176,114,239); }
td.TdClassName
{
border-color: #B072EF;
}
.TagClassName
{
border-color: #B072EF;
}
</style>