Shades of Medium Red Violet #B8299A
Tints of Medium Red Violet #B8299A
RGB
CMYK
RGB Variations
Color information
#B8299A (or 0xB8299A) is known color: Medium Red Violet. HEX triplet: B8, 29 and 9A. RGB value is (184,41,154). Sum of RGB (Red+Green+Blue) = 184+41+154=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8299A is #47D665. Grayscale: #606060. Windows color (decimal): -4707942 or 10103224. OLE color: 10103224.
HSL color Cylindrical-coordinate representation of color #B8299A: hue angle of 312.59º 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 #B8299A is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 154 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.28 |
| HSL | 312.59º | 0.64% | 0.44% | - |
| HSV(B) | 312.59º | 0.78% | 0.72% | - |
| XYZ | 26.39 | 14.11 | 31.9 | - |
| YUV | 96.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 154 | 0 | 0.78 | 0.16 | 0.28 | 312.59 | 0.64 | 0.44 |
| Hex | B8 | 29 | 9A | 0 | 4E | 10 | 1C | 139 | 40 | 2C |
| Octal | 270 | 51 | 232 | 0 | 116 | 20 | 34 | 471 | 100 | 54 |
| Binary | 10111000 | 101001 | 10011010 | 0 | 1001110 | 10000 | 11100 | 100111001 | 1000000 | 101100 |
Color Harmonies of #B8299A
Complementary color
Monochromatic Colors of #B8299A
Black with #B8299A
Text Example
Text Example
White with #B8299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8299A; }
p { color: rgb(184,41,154); }
H1.HeaderClassName
{
color: #B8299A;
}
.AnyTagClassName
{
color: #B8299A;
}
</style>
background-color css
<style>
a { background-color: #B8299A; }
a { background-color: rgb(184,41,154); }
div.DivClassName
{
background-color: #B8299A;
}
.BgClassName
{
background-color: #B8299A;
}
</style>
border-color css
<style>
span { border-color: #B8299A; }
span { border-color: rgb(184,41,154); }
td.TdClassName
{
border-color: #B8299A;
}
.TagClassName
{
border-color: #B8299A;
}
</style>