Shades of Medium Purple #B078F7
Tints of Medium Purple #B078F7
RGB
CMYK
RGB Variations
Color information
#B078F7 (or 0xB078F7) is known color: Medium Purple. HEX triplet: B0, 78 and F7. RGB value is (176,120,247). Sum of RGB (Red+Green+Blue) = 176+120+247=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #B078F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B078F7 is #4F8708. Grayscale: #969696. Windows color (decimal): -5211913 or 16218288. OLE color: 16218288.
HSL color Cylindrical-coordinate representation of color #B078F7: hue angle of 266.46º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B078F7 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 120 | 247 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.03 |
| HSL | 266.46º | 0.89% | 0.72% | - |
| HSV(B) | 266.46º | 0.51% | 0.97% | - |
| XYZ | 41.41 | 29.38 | 91.48 | - |
| YUV | 151.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 247 | 0.29 | 0.51 | 0 | 0.03 | 266.46 | 0.89 | 0.72 |
| Hex | B0 | 78 | F7 | 1D | 33 | 0 | 3 | 10A | 59 | 48 |
| Octal | 260 | 170 | 367 | 35 | 63 | 0 | 3 | 412 | 131 | 110 |
| Binary | 10110000 | 1111000 | 11110111 | 11101 | 110011 | 0 | 11 | 100001010 | 1011001 | 1001000 |
Color Harmonies of #B078F7
Complementary color
Monochromatic Colors of #B078F7
Black with #B078F7
Text Example
Text Example
White with #B078F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078F7; }
p { color: rgb(176,120,247); }
H1.HeaderClassName
{
color: #B078F7;
}
.AnyTagClassName
{
color: #B078F7;
}
</style>
background-color css
<style>
a { background-color: #B078F7; }
a { background-color: rgb(176,120,247); }
div.DivClassName
{
background-color: #B078F7;
}
.BgClassName
{
background-color: #B078F7;
}
</style>
border-color css
<style>
span { border-color: #B078F7; }
span { border-color: rgb(176,120,247); }
td.TdClassName
{
border-color: #B078F7;
}
.TagClassName
{
border-color: #B078F7;
}
</style>