Shades of Medium Red Violet #B8286C
Tints of Medium Red Violet #B8286C
RGB
CMYK
RGB Variations
Color information
#B8286C (or 0xB8286C) is known color: Medium Red Violet. HEX triplet: B8, 28 and 6C. RGB value is (184,40,108). Sum of RGB (Red+Green+Blue) = 184+40+108=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8286C is #47D793. Grayscale: #5A5A5A. Windows color (decimal): -4708244 or 7088312. OLE color: 7088312.
HSL color Cylindrical-coordinate representation of color #B8286C: hue angle of 331.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8286C is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 108 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.28 |
| HSL | 331.67º | 0.64% | 0.44% | - |
| HSV(B) | 331.67º | 0.78% | 0.72% | - |
| XYZ | 23.23 | 12.79 | 15.43 | - |
| YUV | 90.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 108 | 0 | 0.78 | 0.41 | 0.28 | 331.67 | 0.64 | 0.44 |
| Hex | B8 | 28 | 6C | 0 | 4E | 29 | 1C | 14C | 40 | 2C |
| Octal | 270 | 50 | 154 | 0 | 116 | 51 | 34 | 514 | 100 | 54 |
| Binary | 10111000 | 101000 | 1101100 | 0 | 1001110 | 101001 | 11100 | 101001100 | 1000000 | 101100 |
Color Harmonies of #B8286C
Complementary color
Monochromatic Colors of #B8286C
Black with #B8286C
Text Example
Text Example
White with #B8286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8286C; }
p { color: rgb(184,40,108); }
H1.HeaderClassName
{
color: #B8286C;
}
.AnyTagClassName
{
color: #B8286C;
}
</style>
background-color css
<style>
a { background-color: #B8286C; }
a { background-color: rgb(184,40,108); }
div.DivClassName
{
background-color: #B8286C;
}
.BgClassName
{
background-color: #B8286C;
}
</style>
border-color css
<style>
span { border-color: #B8286C; }
span { border-color: rgb(184,40,108); }
td.TdClassName
{
border-color: #B8286C;
}
.TagClassName
{
border-color: #B8286C;
}
</style>