Shades of Medium Red Violet #B82BA6
Tints of Medium Red Violet #B82BA6
RGB
CMYK
RGB Variations
Color information
#B82BA6 (or 0xB82BA6) is known color: Medium Red Violet. HEX triplet: B8, 2B and A6. RGB value is (184,43,166). Sum of RGB (Red+Green+Blue) = 184+43+166=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BA6 is #47D459. Grayscale: #626262. Windows color (decimal): -4707418 or 10890168. OLE color: 10890168.
HSL color Cylindrical-coordinate representation of color #B82BA6: hue angle of 307.66º 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 #B82BA6 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 166 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.28 |
| HSL | 307.66º | 0.62% | 0.45% | - |
| HSV(B) | 307.66º | 0.77% | 0.72% | - |
| XYZ | 27.51 | 14.67 | 37.46 | - |
| YUV | 99.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 166 | 0 | 0.77 | 0.10 | 0.28 | 307.66 | 0.62 | 0.45 |
| Hex | B8 | 2B | A6 | 0 | 4D | A | 1C | 134 | 3E | 2D |
| Octal | 270 | 53 | 246 | 0 | 115 | 12 | 34 | 464 | 76 | 55 |
| Binary | 10111000 | 101011 | 10100110 | 0 | 1001101 | 1010 | 11100 | 100110100 | 111110 | 101101 |
Color Harmonies of #B82BA6
Complementary color
Monochromatic Colors of #B82BA6
Black with #B82BA6
Text Example
Text Example
White with #B82BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BA6; }
p { color: rgb(184,43,166); }
H1.HeaderClassName
{
color: #B82BA6;
}
.AnyTagClassName
{
color: #B82BA6;
}
</style>
background-color css
<style>
a { background-color: #B82BA6; }
a { background-color: rgb(184,43,166); }
div.DivClassName
{
background-color: #B82BA6;
}
.BgClassName
{
background-color: #B82BA6;
}
</style>
border-color css
<style>
span { border-color: #B82BA6; }
span { border-color: rgb(184,43,166); }
td.TdClassName
{
border-color: #B82BA6;
}
.TagClassName
{
border-color: #B82BA6;
}
</style>