Shades of Medium Red Violet #B0276E
Tints of Medium Red Violet #B0276E
RGB
CMYK
RGB Variations
Color information
#B0276E (or 0xB0276E) is known color: Medium Red Violet. HEX triplet: B0, 27 and 6E. RGB value is (176,39,110). Sum of RGB (Red+Green+Blue) = 176+39+110=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0276E is #4FD891. Grayscale: #575757. Windows color (decimal): -5232786 or 7219120. OLE color: 7219120.
HSL color Cylindrical-coordinate representation of color #B0276E: hue angle of 328.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0276E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 110 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.31 |
| HSL | 328.91º | 0.64% | 0.42% | - |
| HSV(B) | 328.91º | 0.78% | 0.69% | - |
| XYZ | 21.44 | 11.81 | 15.9 | - |
| YUV | 88.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 110 | 0 | 0.78 | 0.37 | 0.31 | 328.91 | 0.64 | 0.42 |
| Hex | B0 | 27 | 6E | 0 | 4E | 25 | 1F | 149 | 40 | 2A |
| Octal | 260 | 47 | 156 | 0 | 116 | 45 | 37 | 511 | 100 | 52 |
| Binary | 10110000 | 100111 | 1101110 | 0 | 1001110 | 100101 | 11111 | 101001001 | 1000000 | 101010 |
Color Harmonies of #B0276E
Complementary color
Monochromatic Colors of #B0276E
Black with #B0276E
Text Example
Text Example
White with #B0276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0276E; }
p { color: rgb(176,39,110); }
H1.HeaderClassName
{
color: #B0276E;
}
.AnyTagClassName
{
color: #B0276E;
}
</style>
background-color css
<style>
a { background-color: #B0276E; }
a { background-color: rgb(176,39,110); }
div.DivClassName
{
background-color: #B0276E;
}
.BgClassName
{
background-color: #B0276E;
}
</style>
border-color css
<style>
span { border-color: #B0276E; }
span { border-color: rgb(176,39,110); }
td.TdClassName
{
border-color: #B0276E;
}
.TagClassName
{
border-color: #B0276E;
}
</style>