Shades of Medium Violet Red #B51274
Tints of Medium Violet Red #B51274
RGB
CMYK
RGB Variations
Color information
#B51274 (or 0xB51274) is known color: Medium Violet Red. HEX triplet: B5, 12 and 74. RGB value is (181,18,116). Sum of RGB (Red+Green+Blue) = 181+18+116=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B51274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51274 is #4AED8B. Grayscale: #4D4D4D. Windows color (decimal): -4910476 or 7606965. OLE color: 7606965.
HSL color Cylindrical-coordinate representation of color #B51274: hue angle of 323.93º 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 #B51274 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 116 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.29 |
| HSL | 323.93º | 0.82% | 0.39% | - |
| HSV(B) | 323.93º | 0.9% | 0.71% | - |
| XYZ | 22.42 | 11.52 | 17.56 | - |
| YUV | 77.91 | 149.5 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 116 | 0 | 0.90 | 0.36 | 0.29 | 323.93 | 0.82 | 0.39 |
| Hex | B5 | 12 | 74 | 0 | 5A | 24 | 1D | 144 | 52 | 27 |
| Octal | 265 | 22 | 164 | 0 | 132 | 44 | 35 | 504 | 122 | 47 |
| Binary | 10110101 | 10010 | 1110100 | 0 | 1011010 | 100100 | 11101 | 101000100 | 1010010 | 100111 |
Color Harmonies of #B51274
Complementary color
Monochromatic Colors of #B51274
Black with #B51274
Text Example
Text Example
White with #B51274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51274; }
p { color: rgb(181,18,116); }
H1.HeaderClassName
{
color: #B51274;
}
.AnyTagClassName
{
color: #B51274;
}
</style>
background-color css
<style>
a { background-color: #B51274; }
a { background-color: rgb(181,18,116); }
div.DivClassName
{
background-color: #B51274;
}
.BgClassName
{
background-color: #B51274;
}
</style>
border-color css
<style>
span { border-color: #B51274; }
span { border-color: rgb(181,18,116); }
td.TdClassName
{
border-color: #B51274;
}
.TagClassName
{
border-color: #B51274;
}
</style>