Shades of Medium Purple #B078F2
Tints of Medium Purple #B078F2
RGB
CMYK
RGB Variations
Color information
#B078F2 (or 0xB078F2) is known color: Medium Purple. HEX triplet: B0, 78 and F2. RGB value is (176,120,242). Sum of RGB (Red+Green+Blue) = 176+120+242=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #B078F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B078F2 is #4F870D. Grayscale: #969696. Windows color (decimal): -5211918 or 15890608. OLE color: 15890608.
HSL color Cylindrical-coordinate representation of color #B078F2: hue angle of 267.54º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B078F2 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 120 | 242 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.05 |
| HSL | 267.54º | 0.82% | 0.71% | - |
| HSV(B) | 267.54º | 0.5% | 0.95% | - |
| XYZ | 40.65 | 29.07 | 87.47 | - |
| YUV | 150.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 242 | 0.27 | 0.50 | 0 | 0.05 | 267.54 | 0.82 | 0.71 |
| Hex | B0 | 78 | F2 | 1B | 32 | 0 | 5 | 10C | 52 | 47 |
| Octal | 260 | 170 | 362 | 33 | 62 | 0 | 5 | 414 | 122 | 107 |
| Binary | 10110000 | 1111000 | 11110010 | 11011 | 110010 | 0 | 101 | 100001100 | 1010010 | 1000111 |
Color Harmonies of #B078F2
Complementary color
Monochromatic Colors of #B078F2
Black with #B078F2
Text Example
Text Example
White with #B078F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078F2; }
p { color: rgb(176,120,242); }
H1.HeaderClassName
{
color: #B078F2;
}
.AnyTagClassName
{
color: #B078F2;
}
</style>
background-color css
<style>
a { background-color: #B078F2; }
a { background-color: rgb(176,120,242); }
div.DivClassName
{
background-color: #B078F2;
}
.BgClassName
{
background-color: #B078F2;
}
</style>
border-color css
<style>
span { border-color: #B078F2; }
span { border-color: rgb(176,120,242); }
td.TdClassName
{
border-color: #B078F2;
}
.TagClassName
{
border-color: #B078F2;
}
</style>