Shades of Medium Red Violet #B8229D
Tints of Medium Red Violet #B8229D
RGB
CMYK
RGB Variations
Color information
#B8229D (or 0xB8229D) is known color: Medium Red Violet. HEX triplet: B8, 22 and 9D. RGB value is (184,34,157). Sum of RGB (Red+Green+Blue) = 184+34+157=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8229D is #47DD62. Grayscale: #5C5C5C. Windows color (decimal): -4709731 or 10298040. OLE color: 10298040.
HSL color Cylindrical-coordinate representation of color #B8229D: hue angle of 310.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8229D is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 157 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.28 |
| HSL | 310.8º | 0.69% | 0.43% | - |
| HSV(B) | 310.8º | 0.82% | 0.72% | - |
| XYZ | 26.43 | 13.77 | 33.16 | - |
| YUV | 92.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 157 | 0 | 0.82 | 0.15 | 0.28 | 310.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 9D | 0 | 52 | F | 1C | 137 | 45 | 2B |
| Octal | 270 | 42 | 235 | 0 | 122 | 17 | 34 | 467 | 105 | 53 |
| Binary | 10111000 | 100010 | 10011101 | 0 | 1010010 | 1111 | 11100 | 100110111 | 1000101 | 101011 |
Color Harmonies of #B8229D
Complementary color
Monochromatic Colors of #B8229D
Black with #B8229D
Text Example
Text Example
White with #B8229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8229D; }
p { color: rgb(184,34,157); }
H1.HeaderClassName
{
color: #B8229D;
}
.AnyTagClassName
{
color: #B8229D;
}
</style>
background-color css
<style>
a { background-color: #B8229D; }
a { background-color: rgb(184,34,157); }
div.DivClassName
{
background-color: #B8229D;
}
.BgClassName
{
background-color: #B8229D;
}
</style>
border-color css
<style>
span { border-color: #B8229D; }
span { border-color: rgb(184,34,157); }
td.TdClassName
{
border-color: #B8229D;
}
.TagClassName
{
border-color: #B8229D;
}
</style>