Shades of Medium Red Violet #B8249D
Tints of Medium Red Violet #B8249D
RGB
CMYK
RGB Variations
Color information
#B8249D (or 0xB8249D) is known color: Medium Red Violet. HEX triplet: B8, 24 and 9D. RGB value is (184,36,157). Sum of RGB (Red+Green+Blue) = 184+36+157=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8249D is #47DB62. Grayscale: #5D5D5D. Windows color (decimal): -4709219 or 10298552. OLE color: 10298552.
HSL color Cylindrical-coordinate representation of color #B8249D: hue angle of 310.95º 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 #B8249D is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 157 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.28 |
| HSL | 310.95º | 0.67% | 0.43% | - |
| HSV(B) | 310.95º | 0.8% | 0.72% | - |
| XYZ | 26.48 | 13.89 | 33.18 | - |
| YUV | 94.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 157 | 0 | 0.80 | 0.15 | 0.28 | 310.95 | 0.67 | 0.43 |
| Hex | B8 | 24 | 9D | 0 | 50 | F | 1C | 137 | 43 | 2B |
| Octal | 270 | 44 | 235 | 0 | 120 | 17 | 34 | 467 | 103 | 53 |
| Binary | 10111000 | 100100 | 10011101 | 0 | 1010000 | 1111 | 11100 | 100110111 | 1000011 | 101011 |
Color Harmonies of #B8249D
Complementary color
Monochromatic Colors of #B8249D
Black with #B8249D
Text Example
Text Example
White with #B8249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8249D; }
p { color: rgb(184,36,157); }
H1.HeaderClassName
{
color: #B8249D;
}
.AnyTagClassName
{
color: #B8249D;
}
</style>
background-color css
<style>
a { background-color: #B8249D; }
a { background-color: rgb(184,36,157); }
div.DivClassName
{
background-color: #B8249D;
}
.BgClassName
{
background-color: #B8249D;
}
</style>
border-color css
<style>
span { border-color: #B8249D; }
span { border-color: rgb(184,36,157); }
td.TdClassName
{
border-color: #B8249D;
}
.TagClassName
{
border-color: #B8249D;
}
</style>