Shades of Medium Red Violet #B82F9E
Tints of Medium Red Violet #B82F9E
RGB
CMYK
RGB Variations
Color information
#B82F9E (or 0xB82F9E) is known color: Medium Red Violet. HEX triplet: B8, 2F and 9E. RGB value is (184,47,158). Sum of RGB (Red+Green+Blue) = 184+47+158=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F9E is #47D061. Grayscale: #646464. Windows color (decimal): -4706402 or 10366904. OLE color: 10366904.
HSL color Cylindrical-coordinate representation of color #B82F9E: hue angle of 311.39º 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 #B82F9E is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 158 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.28 |
| HSL | 311.39º | 0.59% | 0.45% | - |
| HSV(B) | 311.39º | 0.74% | 0.72% | - |
| XYZ | 26.96 | 14.69 | 33.76 | - |
| YUV | 100.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 158 | 0 | 0.74 | 0.14 | 0.28 | 311.39 | 0.59 | 0.45 |
| Hex | B8 | 2F | 9E | 0 | 4A | E | 1C | 137 | 3B | 2D |
| Octal | 270 | 57 | 236 | 0 | 112 | 16 | 34 | 467 | 73 | 55 |
| Binary | 10111000 | 101111 | 10011110 | 0 | 1001010 | 1110 | 11100 | 100110111 | 111011 | 101101 |
Color Harmonies of #B82F9E
Complementary color
Monochromatic Colors of #B82F9E
Black with #B82F9E
Text Example
Text Example
White with #B82F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F9E; }
p { color: rgb(184,47,158); }
H1.HeaderClassName
{
color: #B82F9E;
}
.AnyTagClassName
{
color: #B82F9E;
}
</style>
background-color css
<style>
a { background-color: #B82F9E; }
a { background-color: rgb(184,47,158); }
div.DivClassName
{
background-color: #B82F9E;
}
.BgClassName
{
background-color: #B82F9E;
}
</style>
border-color css
<style>
span { border-color: #B82F9E; }
span { border-color: rgb(184,47,158); }
td.TdClassName
{
border-color: #B82F9E;
}
.TagClassName
{
border-color: #B82F9E;
}
</style>