Shades of Medium Red Violet #B8297D
Tints of Medium Red Violet #B8297D
RGB
CMYK
RGB Variations
Color information
#B8297D (or 0xB8297D) is known color: Medium Red Violet. HEX triplet: B8, 29 and 7D. RGB value is (184,41,125). Sum of RGB (Red+Green+Blue) = 184+41+125=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8297D is #47D682. Grayscale: #5D5D5D. Windows color (decimal): -4707971 or 8202680. OLE color: 8202680.
HSL color Cylindrical-coordinate representation of color #B8297D: hue angle of 324.76º 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 #B8297D is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 125 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.28 |
| HSL | 324.76º | 0.64% | 0.44% | - |
| HSV(B) | 324.76º | 0.78% | 0.72% | - |
| XYZ | 24.26 | 13.26 | 20.68 | - |
| YUV | 93.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 125 | 0 | 0.78 | 0.32 | 0.28 | 324.76 | 0.64 | 0.44 |
| Hex | B8 | 29 | 7D | 0 | 4E | 20 | 1C | 145 | 40 | 2C |
| Octal | 270 | 51 | 175 | 0 | 116 | 40 | 34 | 505 | 100 | 54 |
| Binary | 10111000 | 101001 | 1111101 | 0 | 1001110 | 100000 | 11100 | 101000101 | 1000000 | 101100 |
Color Harmonies of #B8297D
Complementary color
Monochromatic Colors of #B8297D
Black with #B8297D
Text Example
Text Example
White with #B8297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8297D; }
p { color: rgb(184,41,125); }
H1.HeaderClassName
{
color: #B8297D;
}
.AnyTagClassName
{
color: #B8297D;
}
</style>
background-color css
<style>
a { background-color: #B8297D; }
a { background-color: rgb(184,41,125); }
div.DivClassName
{
background-color: #B8297D;
}
.BgClassName
{
background-color: #B8297D;
}
</style>
border-color css
<style>
span { border-color: #B8297D; }
span { border-color: rgb(184,41,125); }
td.TdClassName
{
border-color: #B8297D;
}
.TagClassName
{
border-color: #B8297D;
}
</style>