Shades of Medium Violet Red #B80375
Tints of Medium Violet Red #B80375
RGB
CMYK
RGB Variations
Color information
#B80375 (or 0xB80375) is known color: Medium Violet Red. HEX triplet: B8, 03 and 75. RGB value is (184,3,117). Sum of RGB (Red+Green+Blue) = 184+3+117=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80375 is #47FC8A. Grayscale: #454545. Windows color (decimal): -4717707 or 7668664. OLE color: 7668664.
HSL color Cylindrical-coordinate representation of color #B80375: hue angle of 322.21º degrees, saturation: 0.97, 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 #B80375 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.28 |
| HSL | 322.21º | 0.97% | 0.37% | - |
| HSV(B) | 322.21º | 0.98% | 0.72% | - |
| XYZ | 23.01 | 11.54 | 17.84 | - |
| YUV | 70.12 | 154.47 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 117 | 0 | 0.98 | 0.36 | 0.28 | 322.21 | 0.97 | 0.37 |
| Hex | B8 | 3 | 75 | 0 | 62 | 24 | 1C | 142 | 61 | 25 |
| Octal | 270 | 3 | 165 | 0 | 142 | 44 | 34 | 502 | 141 | 45 |
| Binary | 10111000 | 11 | 1110101 | 0 | 1100010 | 100100 | 11100 | 101000010 | 1100001 | 100101 |
Color Harmonies of #B80375
Complementary color
Monochromatic Colors of #B80375
Black with #B80375
Text Example
Text Example
White with #B80375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80375; }
p { color: rgb(184,3,117); }
H1.HeaderClassName
{
color: #B80375;
}
.AnyTagClassName
{
color: #B80375;
}
</style>
background-color css
<style>
a { background-color: #B80375; }
a { background-color: rgb(184,3,117); }
div.DivClassName
{
background-color: #B80375;
}
.BgClassName
{
background-color: #B80375;
}
</style>
border-color css
<style>
span { border-color: #B80375; }
span { border-color: rgb(184,3,117); }
td.TdClassName
{
border-color: #B80375;
}
.TagClassName
{
border-color: #B80375;
}
</style>