Shades of Medium Red Violet #B8298C
Tints of Medium Red Violet #B8298C
RGB
CMYK
RGB Variations
Color information
#B8298C (or 0xB8298C) is known color: Medium Red Violet. HEX triplet: B8, 29 and 8C. RGB value is (184,41,140). Sum of RGB (Red+Green+Blue) = 184+41+140=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8298C is #47D673. Grayscale: #5E5E5E. Windows color (decimal): -4707956 or 9185720. OLE color: 9185720.
HSL color Cylindrical-coordinate representation of color #B8298C: hue angle of 318.46º 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 #B8298C is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 140 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.28 |
| HSL | 318.46º | 0.64% | 0.44% | - |
| HSV(B) | 318.46º | 0.78% | 0.72% | - |
| XYZ | 25.29 | 13.67 | 26.12 | - |
| YUV | 95.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 140 | 0 | 0.78 | 0.24 | 0.28 | 318.46 | 0.64 | 0.44 |
| Hex | B8 | 29 | 8C | 0 | 4E | 18 | 1C | 13E | 40 | 2C |
| Octal | 270 | 51 | 214 | 0 | 116 | 30 | 34 | 476 | 100 | 54 |
| Binary | 10111000 | 101001 | 10001100 | 0 | 1001110 | 11000 | 11100 | 100111110 | 1000000 | 101100 |
Color Harmonies of #B8298C
Complementary color
Monochromatic Colors of #B8298C
Black with #B8298C
Text Example
Text Example
White with #B8298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8298C; }
p { color: rgb(184,41,140); }
H1.HeaderClassName
{
color: #B8298C;
}
.AnyTagClassName
{
color: #B8298C;
}
</style>
background-color css
<style>
a { background-color: #B8298C; }
a { background-color: rgb(184,41,140); }
div.DivClassName
{
background-color: #B8298C;
}
.BgClassName
{
background-color: #B8298C;
}
</style>
border-color css
<style>
span { border-color: #B8298C; }
span { border-color: rgb(184,41,140); }
td.TdClassName
{
border-color: #B8298C;
}
.TagClassName
{
border-color: #B8298C;
}
</style>