Shades of Medium Violet Red #B80492
Tints of Medium Violet Red #B80492
RGB
CMYK
RGB Variations
Color information
#B80492 (or 0xB80492) is known color: Medium Violet Red. HEX triplet: B8, 04 and 92. RGB value is (184,4,146). Sum of RGB (Red+Green+Blue) = 184+4+146=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B80492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80492 is #47FB6D. Grayscale: #494949. Windows color (decimal): -4717422 or 9569464. OLE color: 9569464.
HSL color Cylindrical-coordinate representation of color #B80492: hue angle of 312.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80492 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.28 |
| HSL | 312.67º | 0.96% | 0.37% | - |
| HSV(B) | 312.67º | 0.98% | 0.72% | - |
| XYZ | 25 | 12.35 | 28.26 | - |
| YUV | 74.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 146 | 0 | 0.98 | 0.21 | 0.28 | 312.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 92 | 0 | 62 | 15 | 1C | 139 | 60 | 25 |
| Octal | 270 | 4 | 222 | 0 | 142 | 25 | 34 | 471 | 140 | 45 |
| Binary | 10111000 | 100 | 10010010 | 0 | 1100010 | 10101 | 11100 | 100111001 | 1100000 | 100101 |
Color Harmonies of #B80492
Complementary color
Monochromatic Colors of #B80492
Black with #B80492
Text Example
Text Example
White with #B80492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80492; }
p { color: rgb(184,4,146); }
H1.HeaderClassName
{
color: #B80492;
}
.AnyTagClassName
{
color: #B80492;
}
</style>
background-color css
<style>
a { background-color: #B80492; }
a { background-color: rgb(184,4,146); }
div.DivClassName
{
background-color: #B80492;
}
.BgClassName
{
background-color: #B80492;
}
</style>
border-color css
<style>
span { border-color: #B80492; }
span { border-color: rgb(184,4,146); }
td.TdClassName
{
border-color: #B80492;
}
.TagClassName
{
border-color: #B80492;
}
</style>