Shades of Medium Red Violet #B5276D
Tints of Medium Red Violet #B5276D
RGB
CMYK
RGB Variations
Color information
#B5276D (or 0xB5276D) is known color: Medium Red Violet. HEX triplet: B5, 27 and 6D. RGB value is (181,39,109). Sum of RGB (Red+Green+Blue) = 181+39+109=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5276D is #4AD892. Grayscale: #595959. Windows color (decimal): -4905107 or 7153589. OLE color: 7153589.
HSL color Cylindrical-coordinate representation of color #B5276D: hue angle of 330.42º degrees, saturation: 0.65, 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 #B5276D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 109 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.29 |
| HSL | 330.42º | 0.65% | 0.43% | - |
| HSV(B) | 330.42º | 0.78% | 0.71% | - |
| XYZ | 22.54 | 12.38 | 15.67 | - |
| YUV | 89.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 109 | 0 | 0.78 | 0.40 | 0.29 | 330.42 | 0.65 | 0.43 |
| Hex | B5 | 27 | 6D | 0 | 4E | 28 | 1D | 14A | 41 | 2B |
| Octal | 265 | 47 | 155 | 0 | 116 | 50 | 35 | 512 | 101 | 53 |
| Binary | 10110101 | 100111 | 1101101 | 0 | 1001110 | 101000 | 11101 | 101001010 | 1000001 | 101011 |
Color Harmonies of #B5276D
Complementary color
Monochromatic Colors of #B5276D
Black with #B5276D
Text Example
Text Example
White with #B5276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5276D; }
p { color: rgb(181,39,109); }
H1.HeaderClassName
{
color: #B5276D;
}
.AnyTagClassName
{
color: #B5276D;
}
</style>
background-color css
<style>
a { background-color: #B5276D; }
a { background-color: rgb(181,39,109); }
div.DivClassName
{
background-color: #B5276D;
}
.BgClassName
{
background-color: #B5276D;
}
</style>
border-color css
<style>
span { border-color: #B5276D; }
span { border-color: rgb(181,39,109); }
td.TdClassName
{
border-color: #B5276D;
}
.TagClassName
{
border-color: #B5276D;
}
</style>