Shades of Medium Purple #B076ED
Tints of Medium Purple #B076ED
RGB
CMYK
RGB Variations
Color information
#B076ED (or 0xB076ED) is known color: Medium Purple. HEX triplet: B0, 76 and ED. RGB value is (176,118,237). Sum of RGB (Red+Green+Blue) = 176+118+237=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B076ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B076ED is #4F8912. Grayscale: #949494. Windows color (decimal): -5212435 or 15562416. OLE color: 15562416.
HSL color Cylindrical-coordinate representation of color #B076ED: hue angle of 269.24º 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 #B076ED is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 118 | 237 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 269.24º | 0.77% | 0.7% | - |
| HSV(B) | 269.24º | 0.5% | 0.93% | - |
| XYZ | 39.67 | 28.3 | 83.49 | - |
| YUV | 148.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 237 | 0.26 | 0.50 | 0 | 0.07 | 269.24 | 0.77 | 0.7 |
| Hex | B0 | 76 | ED | 1A | 32 | 0 | 7 | 10D | 4D | 46 |
| Octal | 260 | 166 | 355 | 32 | 62 | 0 | 7 | 415 | 115 | 106 |
| Binary | 10110000 | 1110110 | 11101101 | 11010 | 110010 | 0 | 111 | 100001101 | 1001101 | 1000110 |
Color Harmonies of #B076ED
Complementary color
Monochromatic Colors of #B076ED
Black with #B076ED
Text Example
Text Example
White with #B076ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B076ED; }
p { color: rgb(176,118,237); }
H1.HeaderClassName
{
color: #B076ED;
}
.AnyTagClassName
{
color: #B076ED;
}
</style>
background-color css
<style>
a { background-color: #B076ED; }
a { background-color: rgb(176,118,237); }
div.DivClassName
{
background-color: #B076ED;
}
.BgClassName
{
background-color: #B076ED;
}
</style>
border-color css
<style>
span { border-color: #B076ED; }
span { border-color: rgb(176,118,237); }
td.TdClassName
{
border-color: #B076ED;
}
.TagClassName
{
border-color: #B076ED;
}
</style>