Shades of Medium Purple #B277EC
Tints of Medium Purple #B277EC
RGB
CMYK
RGB Variations
Color information
#B277EC (or 0xB277EC) is known color: Medium Purple. HEX triplet: B2, 77 and EC. RGB value is (178,119,236). Sum of RGB (Red+Green+Blue) = 178+119+236=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B277EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277EC is #4D8813. Grayscale: #959595. Windows color (decimal): -5081108 or 15497138. OLE color: 15497138.
HSL color Cylindrical-coordinate representation of color #B277EC: hue angle of 270.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B277EC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 119 | 236 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.07 |
| HSL | 270.26º | 0.75% | 0.7% | - |
| HSV(B) | 270.26º | 0.5% | 0.93% | - |
| XYZ | 40.1 | 28.71 | 82.79 | - |
| YUV | 149.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 236 | 0.25 | 0.50 | 0 | 0.07 | 270.26 | 0.75 | 0.7 |
| Hex | B2 | 77 | EC | 19 | 32 | 0 | 7 | 10E | 4B | 46 |
| Octal | 262 | 167 | 354 | 31 | 62 | 0 | 7 | 416 | 113 | 106 |
| Binary | 10110010 | 1110111 | 11101100 | 11001 | 110010 | 0 | 111 | 100001110 | 1001011 | 1000110 |
Color Harmonies of #B277EC
Complementary color
Monochromatic Colors of #B277EC
Black with #B277EC
Text Example
Text Example
White with #B277EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277EC; }
p { color: rgb(178,119,236); }
H1.HeaderClassName
{
color: #B277EC;
}
.AnyTagClassName
{
color: #B277EC;
}
</style>
background-color css
<style>
a { background-color: #B277EC; }
a { background-color: rgb(178,119,236); }
div.DivClassName
{
background-color: #B277EC;
}
.BgClassName
{
background-color: #B277EC;
}
</style>
border-color css
<style>
span { border-color: #B277EC; }
span { border-color: rgb(178,119,236); }
td.TdClassName
{
border-color: #B277EC;
}
.TagClassName
{
border-color: #B277EC;
}
</style>