Shades of Medium Purple #B079FA
Tints of Medium Purple #B079FA
RGB
CMYK
RGB Variations
Color information
#B079FA (or 0xB079FA) is known color: Medium Purple. HEX triplet: B0, 79 and FA. RGB value is (176,121,250). Sum of RGB (Red+Green+Blue) = 176+121+250=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #B079FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079FA is #4F8605. Grayscale: #979797. Windows color (decimal): -5211654 or 16415152. OLE color: 16415152.
HSL color Cylindrical-coordinate representation of color #B079FA: hue angle of 265.58º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B079FA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 121 | 250 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.02 |
| HSL | 265.58º | 0.93% | 0.73% | - |
| HSV(B) | 265.58º | 0.52% | 0.98% | - |
| XYZ | 42 | 29.81 | 93.98 | - |
| YUV | 152.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 250 | 0.30 | 0.52 | 0 | 0.02 | 265.58 | 0.93 | 0.73 |
| Hex | B0 | 79 | FA | 1E | 34 | 0 | 2 | 10A | 5D | 49 |
| Octal | 260 | 171 | 372 | 36 | 64 | 0 | 2 | 412 | 135 | 111 |
| Binary | 10110000 | 1111001 | 11111010 | 11110 | 110100 | 0 | 10 | 100001010 | 1011101 | 1001001 |
Color Harmonies of #B079FA
Complementary color
Monochromatic Colors of #B079FA
Black with #B079FA
Text Example
Text Example
White with #B079FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079FA; }
p { color: rgb(176,121,250); }
H1.HeaderClassName
{
color: #B079FA;
}
.AnyTagClassName
{
color: #B079FA;
}
</style>
background-color css
<style>
a { background-color: #B079FA; }
a { background-color: rgb(176,121,250); }
div.DivClassName
{
background-color: #B079FA;
}
.BgClassName
{
background-color: #B079FA;
}
</style>
border-color css
<style>
span { border-color: #B079FA; }
span { border-color: rgb(176,121,250); }
td.TdClassName
{
border-color: #B079FA;
}
.TagClassName
{
border-color: #B079FA;
}
</style>