Shades of Medium Red Violet #B82595
Tints of Medium Red Violet #B82595
RGB
CMYK
RGB Variations
Color information
#B82595 (or 0xB82595) is known color: Medium Red Violet. HEX triplet: B8, 25 and 95. RGB value is (184,37,149). Sum of RGB (Red+Green+Blue) = 184+37+149=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B82595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82595 is #47DA6A. Grayscale: #5D5D5D. Windows color (decimal): -4708971 or 9774520. OLE color: 9774520.
HSL color Cylindrical-coordinate representation of color #B82595: hue angle of 314.29º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82595 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 149 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.28 |
| HSL | 314.29º | 0.67% | 0.43% | - |
| HSV(B) | 314.29º | 0.8% | 0.72% | - |
| XYZ | 25.85 | 13.68 | 29.71 | - |
| YUV | 93.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 149 | 0 | 0.80 | 0.19 | 0.28 | 314.29 | 0.67 | 0.43 |
| Hex | B8 | 25 | 95 | 0 | 50 | 13 | 1C | 13A | 43 | 2B |
| Octal | 270 | 45 | 225 | 0 | 120 | 23 | 34 | 472 | 103 | 53 |
| Binary | 10111000 | 100101 | 10010101 | 0 | 1010000 | 10011 | 11100 | 100111010 | 1000011 | 101011 |
Color Harmonies of #B82595
Complementary color
Monochromatic Colors of #B82595
Black with #B82595
Text Example
Text Example
White with #B82595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82595; }
p { color: rgb(184,37,149); }
H1.HeaderClassName
{
color: #B82595;
}
.AnyTagClassName
{
color: #B82595;
}
</style>
background-color css
<style>
a { background-color: #B82595; }
a { background-color: rgb(184,37,149); }
div.DivClassName
{
background-color: #B82595;
}
.BgClassName
{
background-color: #B82595;
}
</style>
border-color css
<style>
span { border-color: #B82595; }
span { border-color: rgb(184,37,149); }
td.TdClassName
{
border-color: #B82595;
}
.TagClassName
{
border-color: #B82595;
}
</style>