Shades of Medium Purple #B080F3
Tints of Medium Purple #B080F3
RGB
CMYK
RGB Variations
Color information
#B080F3 (or 0xB080F3) is known color: Medium Purple. HEX triplet: B0, 80 and F3. RGB value is (176,128,243). Sum of RGB (Red+Green+Blue) = 176+128+243=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #B080F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080F3 is #4F7F0C. Grayscale: #9B9B9B. Windows color (decimal): -5209869 or 15958192. OLE color: 15958192.
HSL color Cylindrical-coordinate representation of color #B080F3: hue angle of 265.04º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B080F3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 128 | 243 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.05 |
| HSL | 265.04º | 0.83% | 0.73% | - |
| HSV(B) | 265.04º | 0.47% | 0.95% | - |
| XYZ | 41.8 | 31.14 | 88.6 | - |
| YUV | 155.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 243 | 0.28 | 0.47 | 0 | 0.05 | 265.04 | 0.83 | 0.73 |
| Hex | B0 | 80 | F3 | 1C | 2F | 0 | 5 | 109 | 53 | 49 |
| Octal | 260 | 200 | 363 | 34 | 57 | 0 | 5 | 411 | 123 | 111 |
| Binary | 10110000 | 10000000 | 11110011 | 11100 | 101111 | 0 | 101 | 100001001 | 1010011 | 1001001 |
Color Harmonies of #B080F3
Complementary color
Monochromatic Colors of #B080F3
Black with #B080F3
Text Example
Text Example
White with #B080F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080F3; }
p { color: rgb(176,128,243); }
H1.HeaderClassName
{
color: #B080F3;
}
.AnyTagClassName
{
color: #B080F3;
}
</style>
background-color css
<style>
a { background-color: #B080F3; }
a { background-color: rgb(176,128,243); }
div.DivClassName
{
background-color: #B080F3;
}
.BgClassName
{
background-color: #B080F3;
}
</style>
border-color css
<style>
span { border-color: #B080F3; }
span { border-color: rgb(176,128,243); }
td.TdClassName
{
border-color: #B080F3;
}
.TagClassName
{
border-color: #B080F3;
}
</style>