Shades of Medium Red Violet #B8277C
Tints of Medium Red Violet #B8277C
RGB
CMYK
RGB Variations
Color information
#B8277C (or 0xB8277C) is known color: Medium Red Violet. HEX triplet: B8, 27 and 7C. RGB value is (184,39,124). Sum of RGB (Red+Green+Blue) = 184+39+124=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8277C is #47D883. Grayscale: #5B5B5B. Windows color (decimal): -4708484 or 8136632. OLE color: 8136632.
HSL color Cylindrical-coordinate representation of color #B8277C: hue angle of 324.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8277C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 124 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.28 |
| HSL | 324.83º | 0.65% | 0.44% | - |
| HSV(B) | 324.83º | 0.79% | 0.72% | - |
| XYZ | 24.13 | 13.1 | 20.32 | - |
| YUV | 92.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 124 | 0 | 0.79 | 0.33 | 0.28 | 324.83 | 0.65 | 0.44 |
| Hex | B8 | 27 | 7C | 0 | 4F | 21 | 1C | 145 | 41 | 2C |
| Octal | 270 | 47 | 174 | 0 | 117 | 41 | 34 | 505 | 101 | 54 |
| Binary | 10111000 | 100111 | 1111100 | 0 | 1001111 | 100001 | 11100 | 101000101 | 1000001 | 101100 |
Color Harmonies of #B8277C
Complementary color
Monochromatic Colors of #B8277C
Black with #B8277C
Text Example
Text Example
White with #B8277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8277C; }
p { color: rgb(184,39,124); }
H1.HeaderClassName
{
color: #B8277C;
}
.AnyTagClassName
{
color: #B8277C;
}
</style>
background-color css
<style>
a { background-color: #B8277C; }
a { background-color: rgb(184,39,124); }
div.DivClassName
{
background-color: #B8277C;
}
.BgClassName
{
background-color: #B8277C;
}
</style>
border-color css
<style>
span { border-color: #B8277C; }
span { border-color: rgb(184,39,124); }
td.TdClassName
{
border-color: #B8277C;
}
.TagClassName
{
border-color: #B8277C;
}
</style>