Shades of Medium Purple #B078FE
Tints of Medium Purple #B078FE
RGB
CMYK
RGB Variations
Color information
#B078FE (or 0xB078FE) is known color: Medium Purple. HEX triplet: B0, 78 and FE. RGB value is (176,120,254). Sum of RGB (Red+Green+Blue) = 176+120+254=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #B078FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B078FE is #4F8701. Grayscale: #979797. Windows color (decimal): -5211906 or 16677040. OLE color: 16677040.
HSL color Cylindrical-coordinate representation of color #B078FE: hue angle of 265.07º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B078FE is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 120 | 254 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.00 |
| HSL | 265.07º | 0.99% | 0.73% | - |
| HSV(B) | 265.07º | 0.53% | 1% | - |
| XYZ | 42.51 | 29.82 | 97.28 | - |
| YUV | 152.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 254 | 0.31 | 0.53 | 0 | 0.00 | 265.07 | 0.99 | 0.73 |
| Hex | B0 | 78 | FE | 1F | 35 | 0 | 0 | 109 | 63 | 49 |
| Octal | 260 | 170 | 376 | 37 | 65 | 0 | 0 | 411 | 143 | 111 |
| Binary | 10110000 | 1111000 | 11111110 | 11111 | 110101 | 0 | 0 | 100001001 | 1100011 | 1001001 |
Color Harmonies of #B078FE
Complementary color
Monochromatic Colors of #B078FE
Black with #B078FE
Text Example
Text Example
White with #B078FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078FE; }
p { color: rgb(176,120,254); }
H1.HeaderClassName
{
color: #B078FE;
}
.AnyTagClassName
{
color: #B078FE;
}
</style>
background-color css
<style>
a { background-color: #B078FE; }
a { background-color: rgb(176,120,254); }
div.DivClassName
{
background-color: #B078FE;
}
.BgClassName
{
background-color: #B078FE;
}
</style>
border-color css
<style>
span { border-color: #B078FE; }
span { border-color: rgb(176,120,254); }
td.TdClassName
{
border-color: #B078FE;
}
.TagClassName
{
border-color: #B078FE;
}
</style>