Shades of Medium Red Violet #B9276F
Tints of Medium Red Violet #B9276F
RGB
CMYK
RGB Variations
Color information
#B9276F (or 0xB9276F) is known color: Medium Red Violet. HEX triplet: B9, 27 and 6F. RGB value is (185,39,111). Sum of RGB (Red+Green+Blue) = 185+39+111=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9276F is #46D890. Grayscale: #5A5A5A. Windows color (decimal): -4642961 or 7284665. OLE color: 7284665.
HSL color Cylindrical-coordinate representation of color #B9276F: hue angle of 330.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9276F is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 111 | - |
| CMYK | 0 | 0.79 | 0.4 | 0.27 |
| HSL | 330.41º | 0.65% | 0.44% | - |
| HSV(B) | 330.41º | 0.79% | 0.73% | - |
| XYZ | 23.6 | 12.91 | 16.29 | - |
| YUV | 90.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 111 | 0 | 0.79 | 0.4 | 0.27 | 330.41 | 0.65 | 0.44 |
| Hex | B9 | 27 | 6F | 0 | 4F | 28 | 1B | 14A | 41 | 2C |
| Octal | 271 | 47 | 157 | 0 | 117 | 50 | 33 | 512 | 101 | 54 |
| Binary | 10111001 | 100111 | 1101111 | 0 | 1001111 | 101000 | 11011 | 101001010 | 1000001 | 101100 |
Color Harmonies of #B9276F
Complementary color
Monochromatic Colors of #B9276F
Black with #B9276F
Text Example
Text Example
White with #B9276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9276F; }
p { color: rgb(185,39,111); }
H1.HeaderClassName
{
color: #B9276F;
}
.AnyTagClassName
{
color: #B9276F;
}
</style>
background-color css
<style>
a { background-color: #B9276F; }
a { background-color: rgb(185,39,111); }
div.DivClassName
{
background-color: #B9276F;
}
.BgClassName
{
background-color: #B9276F;
}
</style>
border-color css
<style>
span { border-color: #B9276F; }
span { border-color: rgb(185,39,111); }
td.TdClassName
{
border-color: #B9276F;
}
.TagClassName
{
border-color: #B9276F;
}
</style>