Shades of Medium Red Violet #B9276D
Tints of Medium Red Violet #B9276D
RGB
CMYK
RGB Variations
Color information
#B9276D (or 0xB9276D) is known color: Medium Red Violet. HEX triplet: B9, 27 and 6D. RGB value is (185,39,109). Sum of RGB (Red+Green+Blue) = 185+39+109=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9276D is #46D892. Grayscale: #5A5A5A. Windows color (decimal): -4642963 or 7153593. OLE color: 7153593.
HSL color Cylindrical-coordinate representation of color #B9276D: hue angle of 331.23º 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 #B9276D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 109 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.27 |
| HSL | 331.23º | 0.65% | 0.44% | - |
| HSV(B) | 331.23º | 0.79% | 0.73% | - |
| XYZ | 23.49 | 12.87 | 15.71 | - |
| YUV | 90.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 109 | 0 | 0.79 | 0.41 | 0.27 | 331.23 | 0.65 | 0.44 |
| Hex | B9 | 27 | 6D | 0 | 4F | 29 | 1B | 14B | 41 | 2C |
| Octal | 271 | 47 | 155 | 0 | 117 | 51 | 33 | 513 | 101 | 54 |
| Binary | 10111001 | 100111 | 1101101 | 0 | 1001111 | 101001 | 11011 | 101001011 | 1000001 | 101100 |
Color Harmonies of #B9276D
Complementary color
Monochromatic Colors of #B9276D
Black with #B9276D
Text Example
Text Example
White with #B9276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9276D; }
p { color: rgb(185,39,109); }
H1.HeaderClassName
{
color: #B9276D;
}
.AnyTagClassName
{
color: #B9276D;
}
</style>
background-color css
<style>
a { background-color: #B9276D; }
a { background-color: rgb(185,39,109); }
div.DivClassName
{
background-color: #B9276D;
}
.BgClassName
{
background-color: #B9276D;
}
</style>
border-color css
<style>
span { border-color: #B9276D; }
span { border-color: rgb(185,39,109); }
td.TdClassName
{
border-color: #B9276D;
}
.TagClassName
{
border-color: #B9276D;
}
</style>