Shades of Medium Red Violet #B82F7A
Tints of Medium Red Violet #B82F7A
RGB
CMYK
RGB Variations
Color information
#B82F7A (or 0xB82F7A) is known color: Medium Red Violet. HEX triplet: B8, 2F and 7A. RGB value is (184,47,122). Sum of RGB (Red+Green+Blue) = 184+47+122=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F7A is #47D085. Grayscale: #606060. Windows color (decimal): -4706438 or 8007608. OLE color: 8007608.
HSL color Cylindrical-coordinate representation of color #B82F7A: hue angle of 327.15º 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 #B82F7A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 122 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.28 |
| HSL | 327.15º | 0.59% | 0.45% | - |
| HSV(B) | 327.15º | 0.74% | 0.72% | - |
| XYZ | 24.3 | 13.63 | 19.76 | - |
| YUV | 96.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 122 | 0 | 0.74 | 0.34 | 0.28 | 327.15 | 0.59 | 0.45 |
| Hex | B8 | 2F | 7A | 0 | 4A | 22 | 1C | 147 | 3B | 2D |
| Octal | 270 | 57 | 172 | 0 | 112 | 42 | 34 | 507 | 73 | 55 |
| Binary | 10111000 | 101111 | 1111010 | 0 | 1001010 | 100010 | 11100 | 101000111 | 111011 | 101101 |
Color Harmonies of #B82F7A
Complementary color
Monochromatic Colors of #B82F7A
Black with #B82F7A
Text Example
Text Example
White with #B82F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F7A; }
p { color: rgb(184,47,122); }
H1.HeaderClassName
{
color: #B82F7A;
}
.AnyTagClassName
{
color: #B82F7A;
}
</style>
background-color css
<style>
a { background-color: #B82F7A; }
a { background-color: rgb(184,47,122); }
div.DivClassName
{
background-color: #B82F7A;
}
.BgClassName
{
background-color: #B82F7A;
}
</style>
border-color css
<style>
span { border-color: #B82F7A; }
span { border-color: rgb(184,47,122); }
td.TdClassName
{
border-color: #B82F7A;
}
.TagClassName
{
border-color: #B82F7A;
}
</style>