Shades of Medium Red Violet #B82FA5
Tints of Medium Red Violet #B82FA5
RGB
CMYK
RGB Variations
Color information
#B82FA5 (or 0xB82FA5) is known color: Medium Red Violet. HEX triplet: B8, 2F and A5. RGB value is (184,47,165). Sum of RGB (Red+Green+Blue) = 184+47+165=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B82FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82FA5 is #47D05A. Grayscale: #656565. Windows color (decimal): -4706395 or 10825656. OLE color: 10825656.
HSL color Cylindrical-coordinate representation of color #B82FA5: hue angle of 308.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82FA5 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 165 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.28 |
| HSL | 308.32º | 0.59% | 0.45% | - |
| HSV(B) | 308.32º | 0.74% | 0.72% | - |
| XYZ | 27.58 | 14.94 | 37.03 | - |
| YUV | 101.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 165 | 0 | 0.74 | 0.10 | 0.28 | 308.32 | 0.59 | 0.45 |
| Hex | B8 | 2F | A5 | 0 | 4A | A | 1C | 134 | 3B | 2D |
| Octal | 270 | 57 | 245 | 0 | 112 | 12 | 34 | 464 | 73 | 55 |
| Binary | 10111000 | 101111 | 10100101 | 0 | 1001010 | 1010 | 11100 | 100110100 | 111011 | 101101 |
Color Harmonies of #B82FA5
Complementary color
Monochromatic Colors of #B82FA5
Black with #B82FA5
Text Example
Text Example
White with #B82FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82FA5; }
p { color: rgb(184,47,165); }
H1.HeaderClassName
{
color: #B82FA5;
}
.AnyTagClassName
{
color: #B82FA5;
}
</style>
background-color css
<style>
a { background-color: #B82FA5; }
a { background-color: rgb(184,47,165); }
div.DivClassName
{
background-color: #B82FA5;
}
.BgClassName
{
background-color: #B82FA5;
}
</style>
border-color css
<style>
span { border-color: #B82FA5; }
span { border-color: rgb(184,47,165); }
td.TdClassName
{
border-color: #B82FA5;
}
.TagClassName
{
border-color: #B82FA5;
}
</style>