Shades of Medium Red Violet #B8297E
Tints of Medium Red Violet #B8297E
RGB
CMYK
RGB Variations
Color information
#B8297E (or 0xB8297E) is known color: Medium Red Violet. HEX triplet: B8, 29 and 7E. RGB value is (184,41,126). Sum of RGB (Red+Green+Blue) = 184+41+126=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8297E is #47D681. Grayscale: #5D5D5D. Windows color (decimal): -4707970 or 8268216. OLE color: 8268216.
HSL color Cylindrical-coordinate representation of color #B8297E: hue angle of 324.34º 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 #B8297E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 126 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.28 |
| HSL | 324.34º | 0.64% | 0.44% | - |
| HSV(B) | 324.34º | 0.78% | 0.72% | - |
| XYZ | 24.33 | 13.28 | 21.02 | - |
| YUV | 93.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 126 | 0 | 0.78 | 0.32 | 0.28 | 324.34 | 0.64 | 0.44 |
| Hex | B8 | 29 | 7E | 0 | 4E | 20 | 1C | 144 | 40 | 2C |
| Octal | 270 | 51 | 176 | 0 | 116 | 40 | 34 | 504 | 100 | 54 |
| Binary | 10111000 | 101001 | 1111110 | 0 | 1001110 | 100000 | 11100 | 101000100 | 1000000 | 101100 |
Color Harmonies of #B8297E
Complementary color
Monochromatic Colors of #B8297E
Black with #B8297E
Text Example
Text Example
White with #B8297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8297E; }
p { color: rgb(184,41,126); }
H1.HeaderClassName
{
color: #B8297E;
}
.AnyTagClassName
{
color: #B8297E;
}
</style>
background-color css
<style>
a { background-color: #B8297E; }
a { background-color: rgb(184,41,126); }
div.DivClassName
{
background-color: #B8297E;
}
.BgClassName
{
background-color: #B8297E;
}
</style>
border-color css
<style>
span { border-color: #B8297E; }
span { border-color: rgb(184,41,126); }
td.TdClassName
{
border-color: #B8297E;
}
.TagClassName
{
border-color: #B8297E;
}
</style>