Shades of Medium Red Violet #B82CA2
Tints of Medium Red Violet #B82CA2
RGB
CMYK
RGB Variations
Color information
#B82CA2 (or 0xB82CA2) is known color: Medium Red Violet. HEX triplet: B8, 2C and A2. RGB value is (184,44,162). Sum of RGB (Red+Green+Blue) = 184+44+162=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B82CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82CA2 is #47D35D. Grayscale: #626262. Windows color (decimal): -4707166 or 10628280. OLE color: 10628280.
HSL color Cylindrical-coordinate representation of color #B82CA2: hue angle of 309.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82CA2 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 162 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.28 |
| HSL | 309.43º | 0.61% | 0.45% | - |
| HSV(B) | 309.43º | 0.76% | 0.72% | - |
| XYZ | 27.19 | 14.6 | 35.57 | - |
| YUV | 99.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 162 | 0 | 0.76 | 0.12 | 0.28 | 309.43 | 0.61 | 0.45 |
| Hex | B8 | 2C | A2 | 0 | 4C | C | 1C | 135 | 3D | 2D |
| Octal | 270 | 54 | 242 | 0 | 114 | 14 | 34 | 465 | 75 | 55 |
| Binary | 10111000 | 101100 | 10100010 | 0 | 1001100 | 1100 | 11100 | 100110101 | 111101 | 101101 |
Color Harmonies of #B82CA2
Complementary color
Monochromatic Colors of #B82CA2
Black with #B82CA2
Text Example
Text Example
White with #B82CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CA2; }
p { color: rgb(184,44,162); }
H1.HeaderClassName
{
color: #B82CA2;
}
.AnyTagClassName
{
color: #B82CA2;
}
</style>
background-color css
<style>
a { background-color: #B82CA2; }
a { background-color: rgb(184,44,162); }
div.DivClassName
{
background-color: #B82CA2;
}
.BgClassName
{
background-color: #B82CA2;
}
</style>
border-color css
<style>
span { border-color: #B82CA2; }
span { border-color: rgb(184,44,162); }
td.TdClassName
{
border-color: #B82CA2;
}
.TagClassName
{
border-color: #B82CA2;
}
</style>