Shades of Medium Purple #B077ED
Tints of Medium Purple #B077ED
RGB
CMYK
RGB Variations
Color information
#B077ED (or 0xB077ED) is known color: Medium Purple. HEX triplet: B0, 77 and ED. RGB value is (176,119,237). Sum of RGB (Red+Green+Blue) = 176+119+237=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #B077ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077ED is #4F8812. Grayscale: #959595. Windows color (decimal): -5212179 or 15562672. OLE color: 15562672.
HSL color Cylindrical-coordinate representation of color #B077ED: hue angle of 268.98º degrees, saturation: 0.77, 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 #B077ED is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 176 | 119 | 237 | - |
CMYK | 0.26 | 0.50 | 0 | 0.07 |
HSL | 268.98º | 0.77% | 0.7% | - |
HSV(B) | 268.98º | 0.5% | 0.93% | - |
XYZ | 39.79 | 28.54 | 83.53 | - |
YUV | 149.5 | 177.38 | 146.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 119 | 237 | 0.26 | 0.50 | 0 | 0.07 | 268.98 | 0.77 | 0.7 |
Hex | B0 | 77 | ED | 1A | 32 | 0 | 7 | 10D | 4D | 46 |
Octal | 260 | 167 | 355 | 32 | 62 | 0 | 7 | 415 | 115 | 106 |
Binary | 10110000 | 1110111 | 11101101 | 11010 | 110010 | 0 | 111 | 100001101 | 1001101 | 1000110 |
Color Harmonies of #B077ED
Complementary color
Monochromatic Colors of #B077ED
Black with #B077ED
Text Example
Text Example
White with #B077ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077ED; }
p { color: rgb(176,119,237); }
H1.HeaderClassName
{
color: #B077ED;
}
.AnyTagClassName
{
color: #B077ED;
}
</style>
background-color css
<style>
a { background-color: #B077ED; }
a { background-color: rgb(176,119,237); }
div.DivClassName
{
background-color: #B077ED;
}
.BgClassName
{
background-color: #B077ED;
}
</style>
border-color css
<style>
span { border-color: #B077ED; }
span { border-color: rgb(176,119,237); }
td.TdClassName
{
border-color: #B077ED;
}
.TagClassName
{
border-color: #B077ED;
}
</style>