Shades of Medium Purple #B278EC
Tints of Medium Purple #B278EC
RGB
CMYK
RGB Variations
Color information
#B278EC (or 0xB278EC) is known color: Medium Purple. HEX triplet: B2, 78 and EC. RGB value is (178,120,236). Sum of RGB (Red+Green+Blue) = 178+120+236=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B278EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B278EC is #4D8713. Grayscale: #969696. Windows color (decimal): -5080852 or 15497394. OLE color: 15497394.
HSL color Cylindrical-coordinate representation of color #B278EC: hue angle of 270º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B278EC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 120 | 236 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.07 |
| HSL | 270º | 0.75% | 0.7% | - |
| HSV(B) | 270º | 0.49% | 0.93% | - |
| XYZ | 40.22 | 28.95 | 82.83 | - |
| YUV | 150.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 236 | 0.25 | 0.49 | 0 | 0.07 | 270 | 0.75 | 0.7 |
| Hex | B2 | 78 | EC | 19 | 31 | 0 | 7 | 10E | 4B | 46 |
| Octal | 262 | 170 | 354 | 31 | 61 | 0 | 7 | 416 | 113 | 106 |
| Binary | 10110010 | 1111000 | 11101100 | 11001 | 110001 | 0 | 111 | 100001110 | 1001011 | 1000110 |
Color Harmonies of #B278EC
Complementary color
Monochromatic Colors of #B278EC
Black with #B278EC
Text Example
Text Example
White with #B278EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278EC; }
p { color: rgb(178,120,236); }
H1.HeaderClassName
{
color: #B278EC;
}
.AnyTagClassName
{
color: #B278EC;
}
</style>
background-color css
<style>
a { background-color: #B278EC; }
a { background-color: rgb(178,120,236); }
div.DivClassName
{
background-color: #B278EC;
}
.BgClassName
{
background-color: #B278EC;
}
</style>
border-color css
<style>
span { border-color: #B278EC; }
span { border-color: rgb(178,120,236); }
td.TdClassName
{
border-color: #B278EC;
}
.TagClassName
{
border-color: #B278EC;
}
</style>