Shades of Medium Purple #B072FA
Tints of Medium Purple #B072FA
RGB
CMYK
RGB Variations
Color information
#B072FA (or 0xB072FA) is known color: Medium Purple. HEX triplet: B0, 72 and FA. RGB value is (176,114,250). Sum of RGB (Red+Green+Blue) = 176+114+250=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #B072FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072FA is #4F8D05. Grayscale: #939393. Windows color (decimal): -5213446 or 16413360. OLE color: 16413360.
HSL color Cylindrical-coordinate representation of color #B072FA: hue angle of 267.35º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B072FA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 114 | 250 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.02 |
| HSL | 267.35º | 0.93% | 0.71% | - |
| HSV(B) | 267.35º | 0.54% | 0.98% | - |
| XYZ | 41.18 | 28.17 | 93.71 | - |
| YUV | 148.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 250 | 0.30 | 0.54 | 0 | 0.02 | 267.35 | 0.93 | 0.71 |
| Hex | B0 | 72 | FA | 1E | 36 | 0 | 2 | 10B | 5D | 47 |
| Octal | 260 | 162 | 372 | 36 | 66 | 0 | 2 | 413 | 135 | 107 |
| Binary | 10110000 | 1110010 | 11111010 | 11110 | 110110 | 0 | 10 | 100001011 | 1011101 | 1000111 |
Color Harmonies of #B072FA
Complementary color
Monochromatic Colors of #B072FA
Black with #B072FA
Text Example
Text Example
White with #B072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072FA; }
p { color: rgb(176,114,250); }
H1.HeaderClassName
{
color: #B072FA;
}
.AnyTagClassName
{
color: #B072FA;
}
</style>
background-color css
<style>
a { background-color: #B072FA; }
a { background-color: rgb(176,114,250); }
div.DivClassName
{
background-color: #B072FA;
}
.BgClassName
{
background-color: #B072FA;
}
</style>
border-color css
<style>
span { border-color: #B072FA; }
span { border-color: rgb(176,114,250); }
td.TdClassName
{
border-color: #B072FA;
}
.TagClassName
{
border-color: #B072FA;
}
</style>