Shades of Medium Red Violet #B8247D
Tints of Medium Red Violet #B8247D
RGB
CMYK
RGB Variations
Color information
#B8247D (or 0xB8247D) is known color: Medium Red Violet. HEX triplet: B8, 24 and 7D. RGB value is (184,36,125). Sum of RGB (Red+Green+Blue) = 184+36+125=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8247D is #47DB82. Grayscale: #5A5A5A. Windows color (decimal): -4709251 or 8201400. OLE color: 8201400.
HSL color Cylindrical-coordinate representation of color #B8247D: hue angle of 323.92º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8247D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 125 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.28 |
| HSL | 323.92º | 0.67% | 0.43% | - |
| HSV(B) | 323.92º | 0.8% | 0.72% | - |
| XYZ | 24.1 | 12.93 | 20.63 | - |
| YUV | 90.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 125 | 0 | 0.80 | 0.32 | 0.28 | 323.92 | 0.67 | 0.43 |
| Hex | B8 | 24 | 7D | 0 | 50 | 20 | 1C | 144 | 43 | 2B |
| Octal | 270 | 44 | 175 | 0 | 120 | 40 | 34 | 504 | 103 | 53 |
| Binary | 10111000 | 100100 | 1111101 | 0 | 1010000 | 100000 | 11100 | 101000100 | 1000011 | 101011 |
Color Harmonies of #B8247D
Complementary color
Monochromatic Colors of #B8247D
Black with #B8247D
Text Example
Text Example
White with #B8247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8247D; }
p { color: rgb(184,36,125); }
H1.HeaderClassName
{
color: #B8247D;
}
.AnyTagClassName
{
color: #B8247D;
}
</style>
background-color css
<style>
a { background-color: #B8247D; }
a { background-color: rgb(184,36,125); }
div.DivClassName
{
background-color: #B8247D;
}
.BgClassName
{
background-color: #B8247D;
}
</style>
border-color css
<style>
span { border-color: #B8247D; }
span { border-color: rgb(184,36,125); }
td.TdClassName
{
border-color: #B8247D;
}
.TagClassName
{
border-color: #B8247D;
}
</style>