Shades of Medium Violet Red #B81090
Tints of Medium Violet Red #B81090
RGB
CMYK
RGB Variations
Color information
#B81090 (or 0xB81090) is known color: Medium Violet Red. HEX triplet: B8, 10 and 90. RGB value is (184,16,144). Sum of RGB (Red+Green+Blue) = 184+16+144=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B81090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81090 is #47EF6F. Grayscale: #505050. Windows color (decimal): -4714352 or 9441464. OLE color: 9441464.
HSL color Cylindrical-coordinate representation of color #B81090: hue angle of 314.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81090 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 144 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.28 |
| HSL | 314.29º | 0.84% | 0.39% | - |
| HSV(B) | 314.29º | 0.91% | 0.72% | - |
| XYZ | 24.99 | 12.57 | 27.5 | - |
| YUV | 80.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 144 | 0 | 0.91 | 0.22 | 0.28 | 314.29 | 0.84 | 0.39 |
| Hex | B8 | 10 | 90 | 0 | 5B | 16 | 1C | 13A | 54 | 27 |
| Octal | 270 | 20 | 220 | 0 | 133 | 26 | 34 | 472 | 124 | 47 |
| Binary | 10111000 | 10000 | 10010000 | 0 | 1011011 | 10110 | 11100 | 100111010 | 1010100 | 100111 |
Color Harmonies of #B81090
Complementary color
Monochromatic Colors of #B81090
Black with #B81090
Text Example
Text Example
White with #B81090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81090; }
p { color: rgb(184,16,144); }
H1.HeaderClassName
{
color: #B81090;
}
.AnyTagClassName
{
color: #B81090;
}
</style>
background-color css
<style>
a { background-color: #B81090; }
a { background-color: rgb(184,16,144); }
div.DivClassName
{
background-color: #B81090;
}
.BgClassName
{
background-color: #B81090;
}
</style>
border-color css
<style>
span { border-color: #B81090; }
span { border-color: rgb(184,16,144); }
td.TdClassName
{
border-color: #B81090;
}
.TagClassName
{
border-color: #B81090;
}
</style>