Shades of Medium Red Violet #B82299
Tints of Medium Red Violet #B82299
RGB
CMYK
RGB Variations
Color information
#B82299 (or 0xB82299) is known color: Medium Red Violet. HEX triplet: B8, 22 and 99. RGB value is (184,34,153). Sum of RGB (Red+Green+Blue) = 184+34+153=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B82299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82299 is #47DD66. Grayscale: #5C5C5C. Windows color (decimal): -4709735 or 10035896. OLE color: 10035896.
HSL color Cylindrical-coordinate representation of color #B82299: hue angle of 312.4º 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 #B82299 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 153 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.28 |
| HSL | 312.4º | 0.69% | 0.43% | - |
| HSV(B) | 312.4º | 0.82% | 0.72% | - |
| XYZ | 26.09 | 13.63 | 31.39 | - |
| YUV | 92.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 153 | 0 | 0.82 | 0.17 | 0.28 | 312.4 | 0.69 | 0.43 |
| Hex | B8 | 22 | 99 | 0 | 52 | 11 | 1C | 138 | 45 | 2B |
| Octal | 270 | 42 | 231 | 0 | 122 | 21 | 34 | 470 | 105 | 53 |
| Binary | 10111000 | 100010 | 10011001 | 0 | 1010010 | 10001 | 11100 | 100111000 | 1000101 | 101011 |
Color Harmonies of #B82299
Complementary color
Monochromatic Colors of #B82299
Black with #B82299
Text Example
Text Example
White with #B82299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82299; }
p { color: rgb(184,34,153); }
H1.HeaderClassName
{
color: #B82299;
}
.AnyTagClassName
{
color: #B82299;
}
</style>
background-color css
<style>
a { background-color: #B82299; }
a { background-color: rgb(184,34,153); }
div.DivClassName
{
background-color: #B82299;
}
.BgClassName
{
background-color: #B82299;
}
</style>
border-color css
<style>
span { border-color: #B82299; }
span { border-color: rgb(184,34,153); }
td.TdClassName
{
border-color: #B82299;
}
.TagClassName
{
border-color: #B82299;
}
</style>