Shades of Medium Purple #B080F5
Tints of Medium Purple #B080F5
RGB
CMYK
RGB Variations
Color information
#B080F5 (or 0xB080F5) is known color: Medium Purple. HEX triplet: B0, 80 and F5. RGB value is (176,128,245). Sum of RGB (Red+Green+Blue) = 176+128+245=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #B080F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080F5 is #4F7F0A. Grayscale: #9B9B9B. Windows color (decimal): -5209867 or 16089264. OLE color: 16089264.
HSL color Cylindrical-coordinate representation of color #B080F5: hue angle of 264.62º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B080F5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 128 | 245 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.04 |
| HSL | 264.62º | 0.85% | 0.73% | - |
| HSV(B) | 264.62º | 0.48% | 0.96% | - |
| XYZ | 42.11 | 31.26 | 90.2 | - |
| YUV | 155.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 245 | 0.28 | 0.48 | 0 | 0.04 | 264.62 | 0.85 | 0.73 |
| Hex | B0 | 80 | F5 | 1C | 30 | 0 | 4 | 109 | 55 | 49 |
| Octal | 260 | 200 | 365 | 34 | 60 | 0 | 4 | 411 | 125 | 111 |
| Binary | 10110000 | 10000000 | 11110101 | 11100 | 110000 | 0 | 100 | 100001001 | 1010101 | 1001001 |
Color Harmonies of #B080F5
Complementary color
Monochromatic Colors of #B080F5
Black with #B080F5
Text Example
Text Example
White with #B080F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080F5; }
p { color: rgb(176,128,245); }
H1.HeaderClassName
{
color: #B080F5;
}
.AnyTagClassName
{
color: #B080F5;
}
</style>
background-color css
<style>
a { background-color: #B080F5; }
a { background-color: rgb(176,128,245); }
div.DivClassName
{
background-color: #B080F5;
}
.BgClassName
{
background-color: #B080F5;
}
</style>
border-color css
<style>
span { border-color: #B080F5; }
span { border-color: rgb(176,128,245); }
td.TdClassName
{
border-color: #B080F5;
}
.TagClassName
{
border-color: #B080F5;
}
</style>