Shades of Medium Red Violet #B8299C
Tints of Medium Red Violet #B8299C
RGB
CMYK
RGB Variations
Color information
#B8299C (or 0xB8299C) is known color: Medium Red Violet. HEX triplet: B8, 29 and 9C. RGB value is (184,41,156). Sum of RGB (Red+Green+Blue) = 184+41+156=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8299C is #47D663. Grayscale: #606060. Windows color (decimal): -4707940 or 10234296. OLE color: 10234296.
HSL color Cylindrical-coordinate representation of color #B8299C: hue angle of 311.75º 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 #B8299C is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 156 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.28 |
| HSL | 311.75º | 0.64% | 0.44% | - |
| HSV(B) | 311.75º | 0.78% | 0.72% | - |
| XYZ | 26.56 | 14.18 | 32.79 | - |
| YUV | 96.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 156 | 0 | 0.78 | 0.15 | 0.28 | 311.75 | 0.64 | 0.44 |
| Hex | B8 | 29 | 9C | 0 | 4E | F | 1C | 138 | 40 | 2C |
| Octal | 270 | 51 | 234 | 0 | 116 | 17 | 34 | 470 | 100 | 54 |
| Binary | 10111000 | 101001 | 10011100 | 0 | 1001110 | 1111 | 11100 | 100111000 | 1000000 | 101100 |
Color Harmonies of #B8299C
Complementary color
Monochromatic Colors of #B8299C
Black with #B8299C
Text Example
Text Example
White with #B8299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8299C; }
p { color: rgb(184,41,156); }
H1.HeaderClassName
{
color: #B8299C;
}
.AnyTagClassName
{
color: #B8299C;
}
</style>
background-color css
<style>
a { background-color: #B8299C; }
a { background-color: rgb(184,41,156); }
div.DivClassName
{
background-color: #B8299C;
}
.BgClassName
{
background-color: #B8299C;
}
</style>
border-color css
<style>
span { border-color: #B8299C; }
span { border-color: rgb(184,41,156); }
td.TdClassName
{
border-color: #B8299C;
}
.TagClassName
{
border-color: #B8299C;
}
</style>