Shades of Medium Violet Red #B61378
Tints of Medium Violet Red #B61378
RGB
CMYK
RGB Variations
Color information
#B61378 (or 0xB61378) is known color: Medium Violet Red. HEX triplet: B6, 13 and 78. RGB value is (182,19,120). Sum of RGB (Red+Green+Blue) = 182+19+120=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B61378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61378 is #49EC87. Grayscale: #4F4F4F. Windows color (decimal): -4844680 or 7869366. OLE color: 7869366.
HSL color Cylindrical-coordinate representation of color #B61378: hue angle of 322.82º degrees, saturation: 0.81, 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 #B61378 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 120 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.29 |
| HSL | 322.82º | 0.81% | 0.39% | - |
| HSV(B) | 322.82º | 0.9% | 0.71% | - |
| XYZ | 22.91 | 11.77 | 18.83 | - |
| YUV | 79.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 120 | 0 | 0.90 | 0.34 | 0.29 | 322.82 | 0.81 | 0.39 |
| Hex | B6 | 13 | 78 | 0 | 5A | 22 | 1D | 143 | 51 | 27 |
| Octal | 266 | 23 | 170 | 0 | 132 | 42 | 35 | 503 | 121 | 47 |
| Binary | 10110110 | 10011 | 1111000 | 0 | 1011010 | 100010 | 11101 | 101000011 | 1010001 | 100111 |
Color Harmonies of #B61378
Complementary color
Monochromatic Colors of #B61378
Black with #B61378
Text Example
Text Example
White with #B61378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61378; }
p { color: rgb(182,19,120); }
H1.HeaderClassName
{
color: #B61378;
}
.AnyTagClassName
{
color: #B61378;
}
</style>
background-color css
<style>
a { background-color: #B61378; }
a { background-color: rgb(182,19,120); }
div.DivClassName
{
background-color: #B61378;
}
.BgClassName
{
background-color: #B61378;
}
</style>
border-color css
<style>
span { border-color: #B61378; }
span { border-color: rgb(182,19,120); }
td.TdClassName
{
border-color: #B61378;
}
.TagClassName
{
border-color: #B61378;
}
</style>