Shades of Medium Purple #B076FF
Tints of Medium Purple #B076FF
RGB
CMYK
RGB Variations
Color information
#B076FF (or 0xB076FF) is known color: Medium Purple. HEX triplet: B0, 76 and FF. RGB value is (176,118,255). Sum of RGB (Red+Green+Blue) = 176+118+255=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B076FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B076FF is #4F8900. Grayscale: #969696. Windows color (decimal): -5212417 or 16742064. OLE color: 16742064.
HSL color Cylindrical-coordinate representation of color #B076FF: hue angle of 265.4º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B076FF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 118 | 255 | - |
| CMYK | 0.31 | 0.54 | 0 | 0 |
| HSL | 265.4º | 1% | 0.73% | - |
| HSV(B) | 265.4º | 0.54% | 1% | - |
| XYZ | 42.43 | 29.41 | 98.05 | - |
| YUV | 150.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 255 | 0.31 | 0.54 | 0 | 0 | 265.4 | 1 | 0.73 |
| Hex | B0 | 76 | FF | 1F | 36 | 0 | 0 | 109 | 64 | 49 |
| Octal | 260 | 166 | 377 | 37 | 66 | 0 | 0 | 411 | 144 | 111 |
| Binary | 10110000 | 1110110 | 11111111 | 11111 | 110110 | 0 | 0 | 100001001 | 1100100 | 1001001 |
Color Harmonies of #B076FF
Complementary color
Monochromatic Colors of #B076FF
Black with #B076FF
Text Example
Text Example
White with #B076FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B076FF; }
p { color: rgb(176,118,255); }
H1.HeaderClassName
{
color: #B076FF;
}
.AnyTagClassName
{
color: #B076FF;
}
</style>
background-color css
<style>
a { background-color: #B076FF; }
a { background-color: rgb(176,118,255); }
div.DivClassName
{
background-color: #B076FF;
}
.BgClassName
{
background-color: #B076FF;
}
</style>
border-color css
<style>
span { border-color: #B076FF; }
span { border-color: rgb(176,118,255); }
td.TdClassName
{
border-color: #B076FF;
}
.TagClassName
{
border-color: #B076FF;
}
</style>