Shades of Medium Red Violet #B82BA4
Tints of Medium Red Violet #B82BA4
RGB
CMYK
RGB Variations
Color information
#B82BA4 (or 0xB82BA4) is known color: Medium Red Violet. HEX triplet: B8, 2B and A4. RGB value is (184,43,164). Sum of RGB (Red+Green+Blue) = 184+43+164=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BA4 is #47D45B. Grayscale: #626262. Windows color (decimal): -4707420 or 10759096. OLE color: 10759096.
HSL color Cylindrical-coordinate representation of color #B82BA4: hue angle of 308.51º 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 #B82BA4 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 164 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.28 |
| HSL | 308.51º | 0.62% | 0.45% | - |
| HSV(B) | 308.51º | 0.77% | 0.72% | - |
| XYZ | 27.33 | 14.6 | 36.5 | - |
| YUV | 98.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 164 | 0 | 0.77 | 0.11 | 0.28 | 308.51 | 0.62 | 0.45 |
| Hex | B8 | 2B | A4 | 0 | 4D | B | 1C | 135 | 3E | 2D |
| Octal | 270 | 53 | 244 | 0 | 115 | 13 | 34 | 465 | 76 | 55 |
| Binary | 10111000 | 101011 | 10100100 | 0 | 1001101 | 1011 | 11100 | 100110101 | 111110 | 101101 |
Color Harmonies of #B82BA4
Complementary color
Monochromatic Colors of #B82BA4
Black with #B82BA4
Text Example
Text Example
White with #B82BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BA4; }
p { color: rgb(184,43,164); }
H1.HeaderClassName
{
color: #B82BA4;
}
.AnyTagClassName
{
color: #B82BA4;
}
</style>
background-color css
<style>
a { background-color: #B82BA4; }
a { background-color: rgb(184,43,164); }
div.DivClassName
{
background-color: #B82BA4;
}
.BgClassName
{
background-color: #B82BA4;
}
</style>
border-color css
<style>
span { border-color: #B82BA4; }
span { border-color: rgb(184,43,164); }
td.TdClassName
{
border-color: #B82BA4;
}
.TagClassName
{
border-color: #B82BA4;
}
</style>