Shades of Medium Violet Red #B80090
Tints of Medium Violet Red #B80090
RGB
CMYK
RGB Variations
Color information
#B80090 (or 0xB80090) is known color: Medium Violet Red. HEX triplet: B8, 00 and 90. RGB value is (184,0,144). Sum of RGB (Red+Green+Blue) = 184+0+144=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B80090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80090 is #47FF6F. Grayscale: #474747. Windows color (decimal): -4718448 or 9437368. OLE color: 9437368.
HSL color Cylindrical-coordinate representation of color #B80090: hue angle of 313.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80090 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.22 | 0.28 |
| HSL | 313.04º | 1% | 0.36% | - |
| HSV(B) | 313.04º | 1% | 0.72% | - |
| XYZ | 24.8 | 12.2 | 27.43 | - |
| YUV | 71.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 144 | 0 | 1 | 0.22 | 0.28 | 313.04 | 1 | 0.36 |
| Hex | B8 | 0 | 90 | 0 | 64 | 16 | 1C | 139 | 64 | 24 |
| Octal | 270 | 0 | 220 | 0 | 144 | 26 | 34 | 471 | 144 | 44 |
| Binary | 10111000 | 0 | 10010000 | 0 | 1100100 | 10110 | 11100 | 100111001 | 1100100 | 100100 |
Color Harmonies of #B80090
Complementary color
Monochromatic Colors of #B80090
Black with #B80090
Text Example
Text Example
White with #B80090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80090; }
p { color: rgb(184,0,144); }
H1.HeaderClassName
{
color: #B80090;
}
.AnyTagClassName
{
color: #B80090;
}
</style>
background-color css
<style>
a { background-color: #B80090; }
a { background-color: rgb(184,0,144); }
div.DivClassName
{
background-color: #B80090;
}
.BgClassName
{
background-color: #B80090;
}
</style>
border-color css
<style>
span { border-color: #B80090; }
span { border-color: rgb(184,0,144); }
td.TdClassName
{
border-color: #B80090;
}
.TagClassName
{
border-color: #B80090;
}
</style>