Shades of Medium Red Violet #B82A98
Tints of Medium Red Violet #B82A98
RGB
CMYK
RGB Variations
Color information
#B82A98 (or 0xB82A98) is known color: Medium Red Violet. HEX triplet: B8, 2A and 98. RGB value is (184,42,152). Sum of RGB (Red+Green+Blue) = 184+42+152=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82A98 is #47D567. Grayscale: #606060. Windows color (decimal): -4707688 or 9972408. OLE color: 9972408.
HSL color Cylindrical-coordinate representation of color #B82A98: hue angle of 313.52º 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 #B82A98 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 152 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.28 |
| HSL | 313.52º | 0.63% | 0.44% | - |
| HSV(B) | 313.52º | 0.77% | 0.72% | - |
| XYZ | 26.26 | 14.11 | 31.05 | - |
| YUV | 97 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 152 | 0 | 0.77 | 0.17 | 0.28 | 313.52 | 0.63 | 0.44 |
| Hex | B8 | 2A | 98 | 0 | 4D | 11 | 1C | 13A | 3F | 2C |
| Octal | 270 | 52 | 230 | 0 | 115 | 21 | 34 | 472 | 77 | 54 |
| Binary | 10111000 | 101010 | 10011000 | 0 | 1001101 | 10001 | 11100 | 100111010 | 111111 | 101100 |
Color Harmonies of #B82A98
Complementary color
Monochromatic Colors of #B82A98
Black with #B82A98
Text Example
Text Example
White with #B82A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A98; }
p { color: rgb(184,42,152); }
H1.HeaderClassName
{
color: #B82A98;
}
.AnyTagClassName
{
color: #B82A98;
}
</style>
background-color css
<style>
a { background-color: #B82A98; }
a { background-color: rgb(184,42,152); }
div.DivClassName
{
background-color: #B82A98;
}
.BgClassName
{
background-color: #B82A98;
}
</style>
border-color css
<style>
span { border-color: #B82A98; }
span { border-color: rgb(184,42,152); }
td.TdClassName
{
border-color: #B82A98;
}
.TagClassName
{
border-color: #B82A98;
}
</style>