Shades of Medium Red Violet #B82B9A
Tints of Medium Red Violet #B82B9A
RGB
CMYK
RGB Variations
Color information
#B82B9A (or 0xB82B9A) is known color: Medium Red Violet. HEX triplet: B8, 2B and 9A. RGB value is (184,43,154). Sum of RGB (Red+Green+Blue) = 184+43+154=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B9A is #47D465. Grayscale: #616161. Windows color (decimal): -4707430 or 10103736. OLE color: 10103736.
HSL color Cylindrical-coordinate representation of color #B82B9A: hue angle of 312.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B9A is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 154 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.28 |
| HSL | 312.77º | 0.62% | 0.45% | - |
| HSV(B) | 312.77º | 0.77% | 0.72% | - |
| XYZ | 26.46 | 14.25 | 31.93 | - |
| YUV | 97.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 154 | 0 | 0.77 | 0.16 | 0.28 | 312.77 | 0.62 | 0.45 |
| Hex | B8 | 2B | 9A | 0 | 4D | 10 | 1C | 139 | 3E | 2D |
| Octal | 270 | 53 | 232 | 0 | 115 | 20 | 34 | 471 | 76 | 55 |
| Binary | 10111000 | 101011 | 10011010 | 0 | 1001101 | 10000 | 11100 | 100111001 | 111110 | 101101 |
Color Harmonies of #B82B9A
Complementary color
Monochromatic Colors of #B82B9A
Black with #B82B9A
Text Example
Text Example
White with #B82B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B9A; }
p { color: rgb(184,43,154); }
H1.HeaderClassName
{
color: #B82B9A;
}
.AnyTagClassName
{
color: #B82B9A;
}
</style>
background-color css
<style>
a { background-color: #B82B9A; }
a { background-color: rgb(184,43,154); }
div.DivClassName
{
background-color: #B82B9A;
}
.BgClassName
{
background-color: #B82B9A;
}
</style>
border-color css
<style>
span { border-color: #B82B9A; }
span { border-color: rgb(184,43,154); }
td.TdClassName
{
border-color: #B82B9A;
}
.TagClassName
{
border-color: #B82B9A;
}
</style>