Shades of Medium Red Violet #B4276C
Tints of Medium Red Violet #B4276C
RGB
CMYK
RGB Variations
Color information
#B4276C (or 0xB4276C) is known color: Medium Red Violet. HEX triplet: B4, 27 and 6C. RGB value is (180,39,108). Sum of RGB (Red+Green+Blue) = 180+39+108=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4276C is #4BD893. Grayscale: #585858. Windows color (decimal): -4970644 or 7088052. OLE color: 7088052.
HSL color Cylindrical-coordinate representation of color #B4276C: hue angle of 330.64º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4276C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 108 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.29 |
| HSL | 330.64º | 0.64% | 0.43% | - |
| HSV(B) | 330.64º | 0.78% | 0.71% | - |
| XYZ | 22.25 | 12.24 | 15.38 | - |
| YUV | 89.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 108 | 0 | 0.78 | 0.40 | 0.29 | 330.64 | 0.64 | 0.43 |
| Hex | B4 | 27 | 6C | 0 | 4E | 28 | 1D | 14B | 40 | 2B |
| Octal | 264 | 47 | 154 | 0 | 116 | 50 | 35 | 513 | 100 | 53 |
| Binary | 10110100 | 100111 | 1101100 | 0 | 1001110 | 101000 | 11101 | 101001011 | 1000000 | 101011 |
Color Harmonies of #B4276C
Complementary color
Monochromatic Colors of #B4276C
Black with #B4276C
Text Example
Text Example
White with #B4276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4276C; }
p { color: rgb(180,39,108); }
H1.HeaderClassName
{
color: #B4276C;
}
.AnyTagClassName
{
color: #B4276C;
}
</style>
background-color css
<style>
a { background-color: #B4276C; }
a { background-color: rgb(180,39,108); }
div.DivClassName
{
background-color: #B4276C;
}
.BgClassName
{
background-color: #B4276C;
}
</style>
border-color css
<style>
span { border-color: #B4276C; }
span { border-color: rgb(180,39,108); }
td.TdClassName
{
border-color: #B4276C;
}
.TagClassName
{
border-color: #B4276C;
}
</style>