Shades of Medium Purple #B076E9
Tints of Medium Purple #B076E9
RGB
CMYK
RGB Variations
Color information
#B076E9 (or 0xB076E9) is known color: Medium Purple. HEX triplet: B0, 76 and E9. RGB value is (176,118,233). Sum of RGB (Red+Green+Blue) = 176+118+233=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #B076E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B076E9 is #4F8916. Grayscale: #949494. Windows color (decimal): -5212439 or 15300272. OLE color: 15300272.
HSL color Cylindrical-coordinate representation of color #B076E9: hue angle of 270.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B076E9 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 118 | 233 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.09 |
| HSL | 270.26º | 0.72% | 0.69% | - |
| HSV(B) | 270.26º | 0.49% | 0.91% | - |
| XYZ | 39.09 | 28.07 | 80.45 | - |
| YUV | 148.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 233 | 0.24 | 0.49 | 0 | 0.09 | 270.26 | 0.72 | 0.69 |
| Hex | B0 | 76 | E9 | 18 | 31 | 0 | 9 | 10E | 48 | 45 |
| Octal | 260 | 166 | 351 | 30 | 61 | 0 | 11 | 416 | 110 | 105 |
| Binary | 10110000 | 1110110 | 11101001 | 11000 | 110001 | 0 | 1001 | 100001110 | 1001000 | 1000101 |
Color Harmonies of #B076E9
Complementary color
Monochromatic Colors of #B076E9
Black with #B076E9
Text Example
Text Example
White with #B076E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B076E9; }
p { color: rgb(176,118,233); }
H1.HeaderClassName
{
color: #B076E9;
}
.AnyTagClassName
{
color: #B076E9;
}
</style>
background-color css
<style>
a { background-color: #B076E9; }
a { background-color: rgb(176,118,233); }
div.DivClassName
{
background-color: #B076E9;
}
.BgClassName
{
background-color: #B076E9;
}
</style>
border-color css
<style>
span { border-color: #B076E9; }
span { border-color: rgb(176,118,233); }
td.TdClassName
{
border-color: #B076E9;
}
.TagClassName
{
border-color: #B076E9;
}
</style>