Shades of Medium Red Violet #B82A6C
Tints of Medium Red Violet #B82A6C
RGB
CMYK
RGB Variations
Color information
#B82A6C (or 0xB82A6C) is known color: Medium Red Violet. HEX triplet: B8, 2A and 6C. RGB value is (184,42,108). Sum of RGB (Red+Green+Blue) = 184+42+108=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82A6C is #47D593. Grayscale: #5B5B5B. Windows color (decimal): -4707732 or 7088824. OLE color: 7088824.
HSL color Cylindrical-coordinate representation of color #B82A6C: hue angle of 332.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A6C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 108 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.28 |
| HSL | 332.11º | 0.63% | 0.44% | - |
| HSV(B) | 332.11º | 0.77% | 0.72% | - |
| XYZ | 23.3 | 12.93 | 15.45 | - |
| YUV | 91.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 108 | 0 | 0.77 | 0.41 | 0.28 | 332.11 | 0.63 | 0.44 |
| Hex | B8 | 2A | 6C | 0 | 4D | 29 | 1C | 14C | 3F | 2C |
| Octal | 270 | 52 | 154 | 0 | 115 | 51 | 34 | 514 | 77 | 54 |
| Binary | 10111000 | 101010 | 1101100 | 0 | 1001101 | 101001 | 11100 | 101001100 | 111111 | 101100 |
Color Harmonies of #B82A6C
Complementary color
Monochromatic Colors of #B82A6C
Black with #B82A6C
Text Example
Text Example
White with #B82A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A6C; }
p { color: rgb(184,42,108); }
H1.HeaderClassName
{
color: #B82A6C;
}
.AnyTagClassName
{
color: #B82A6C;
}
</style>
background-color css
<style>
a { background-color: #B82A6C; }
a { background-color: rgb(184,42,108); }
div.DivClassName
{
background-color: #B82A6C;
}
.BgClassName
{
background-color: #B82A6C;
}
</style>
border-color css
<style>
span { border-color: #B82A6C; }
span { border-color: rgb(184,42,108); }
td.TdClassName
{
border-color: #B82A6C;
}
.TagClassName
{
border-color: #B82A6C;
}
</style>