Shades of Medium Violet Red #B41290
Tints of Medium Violet Red #B41290
RGB
CMYK
RGB Variations
Color information
#B41290 (or 0xB41290) is known color: Medium Violet Red. HEX triplet: B4, 12 and 90. RGB value is (180,18,144). Sum of RGB (Red+Green+Blue) = 180+18+144=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B41290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41290 is #4BED6F. Grayscale: #505050. Windows color (decimal): -4975984 or 9441972. OLE color: 9441972.
HSL color Cylindrical-coordinate representation of color #B41290: hue angle of 313.33º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41290 is Cyan = 0, Magento = 0.9, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 144 | - |
| CMYK | 0 | 0.9 | 0.2 | 0.29 |
| HSL | 313.33º | 0.82% | 0.39% | - |
| HSV(B) | 313.33º | 0.9% | 0.71% | - |
| XYZ | 24.07 | 12.15 | 27.46 | - |
| YUV | 80.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 144 | 0 | 0.9 | 0.2 | 0.29 | 313.33 | 0.82 | 0.39 |
| Hex | B4 | 12 | 90 | 0 | 5A | 14 | 1D | 139 | 52 | 27 |
| Octal | 264 | 22 | 220 | 0 | 132 | 24 | 35 | 471 | 122 | 47 |
| Binary | 10110100 | 10010 | 10010000 | 0 | 1011010 | 10100 | 11101 | 100111001 | 1010010 | 100111 |
Color Harmonies of #B41290
Complementary color
Monochromatic Colors of #B41290
Black with #B41290
Text Example
Text Example
White with #B41290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41290; }
p { color: rgb(180,18,144); }
H1.HeaderClassName
{
color: #B41290;
}
.AnyTagClassName
{
color: #B41290;
}
</style>
background-color css
<style>
a { background-color: #B41290; }
a { background-color: rgb(180,18,144); }
div.DivClassName
{
background-color: #B41290;
}
.BgClassName
{
background-color: #B41290;
}
</style>
border-color css
<style>
span { border-color: #B41290; }
span { border-color: rgb(180,18,144); }
td.TdClassName
{
border-color: #B41290;
}
.TagClassName
{
border-color: #B41290;
}
</style>