Shades of Medium Violet Red #B61478
Tints of Medium Violet Red #B61478
RGB
CMYK
RGB Variations
Color information
#B61478 (or 0xB61478) is known color: Medium Violet Red. HEX triplet: B6, 14 and 78. RGB value is (182,20,120). Sum of RGB (Red+Green+Blue) = 182+20+120=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B61478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61478 is #49EB87. Grayscale: #4F4F4F. Windows color (decimal): -4844424 or 7869622. OLE color: 7869622.
HSL color Cylindrical-coordinate representation of color #B61478: hue angle of 322.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61478 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 120 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.29 |
| HSL | 322.96º | 0.8% | 0.4% | - |
| HSV(B) | 322.96º | 0.89% | 0.71% | - |
| XYZ | 22.93 | 11.8 | 18.84 | - |
| YUV | 79.84 | 150.67 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 120 | 0 | 0.89 | 0.34 | 0.29 | 322.96 | 0.8 | 0.4 |
| Hex | B6 | 14 | 78 | 0 | 59 | 22 | 1D | 143 | 50 | 28 |
| Octal | 266 | 24 | 170 | 0 | 131 | 42 | 35 | 503 | 120 | 50 |
| Binary | 10110110 | 10100 | 1111000 | 0 | 1011001 | 100010 | 11101 | 101000011 | 1010000 | 101000 |
Color Harmonies of #B61478
Complementary color
Monochromatic Colors of #B61478
Black with #B61478
Text Example
Text Example
White with #B61478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61478; }
p { color: rgb(182,20,120); }
H1.HeaderClassName
{
color: #B61478;
}
.AnyTagClassName
{
color: #B61478;
}
</style>
background-color css
<style>
a { background-color: #B61478; }
a { background-color: rgb(182,20,120); }
div.DivClassName
{
background-color: #B61478;
}
.BgClassName
{
background-color: #B61478;
}
</style>
border-color css
<style>
span { border-color: #B61478; }
span { border-color: rgb(182,20,120); }
td.TdClassName
{
border-color: #B61478;
}
.TagClassName
{
border-color: #B61478;
}
</style>