Shades of Medium Red Violet #B9276C
Tints of Medium Red Violet #B9276C
RGB
CMYK
RGB Variations
Color information
#B9276C (or 0xB9276C) is known color: Medium Red Violet. HEX triplet: B9, 27 and 6C. RGB value is (185,39,108). Sum of RGB (Red+Green+Blue) = 185+39+108=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9276C is #46D893. Grayscale: #5A5A5A. Windows color (decimal): -4642964 or 7088057. OLE color: 7088057.
HSL color Cylindrical-coordinate representation of color #B9276C: hue angle of 331.64º 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 #B9276C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 108 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.27 |
| HSL | 331.64º | 0.65% | 0.44% | - |
| HSV(B) | 331.64º | 0.79% | 0.73% | - |
| XYZ | 23.44 | 12.85 | 15.43 | - |
| YUV | 90.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 108 | 0 | 0.79 | 0.42 | 0.27 | 331.64 | 0.65 | 0.44 |
| Hex | B9 | 27 | 6C | 0 | 4F | 2A | 1B | 14C | 41 | 2C |
| Octal | 271 | 47 | 154 | 0 | 117 | 52 | 33 | 514 | 101 | 54 |
| Binary | 10111001 | 100111 | 1101100 | 0 | 1001111 | 101010 | 11011 | 101001100 | 1000001 | 101100 |
Color Harmonies of #B9276C
Complementary color
Monochromatic Colors of #B9276C
Black with #B9276C
Text Example
Text Example
White with #B9276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9276C; }
p { color: rgb(185,39,108); }
H1.HeaderClassName
{
color: #B9276C;
}
.AnyTagClassName
{
color: #B9276C;
}
</style>
background-color css
<style>
a { background-color: #B9276C; }
a { background-color: rgb(185,39,108); }
div.DivClassName
{
background-color: #B9276C;
}
.BgClassName
{
background-color: #B9276C;
}
</style>
border-color css
<style>
span { border-color: #B9276C; }
span { border-color: rgb(185,39,108); }
td.TdClassName
{
border-color: #B9276C;
}
.TagClassName
{
border-color: #B9276C;
}
</style>