Shades of Medium Violet Red #B61384
Tints of Medium Violet Red #B61384
RGB
CMYK
RGB Variations
Color information
#B61384 (or 0xB61384) is known color: Medium Violet Red. HEX triplet: B6, 13 and 84. RGB value is (182,19,132). Sum of RGB (Red+Green+Blue) = 182+19+132=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B61384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61384 is #49EC7B. Grayscale: #505050. Windows color (decimal): -4844668 or 8655798. OLE color: 8655798.
HSL color Cylindrical-coordinate representation of color #B61384: hue angle of 318.4º 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 #B61384 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 132 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.29 |
| HSL | 318.4º | 0.81% | 0.39% | - |
| HSV(B) | 318.4º | 0.9% | 0.71% | - |
| XYZ | 23.69 | 12.08 | 22.91 | - |
| YUV | 80.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 132 | 0 | 0.90 | 0.27 | 0.29 | 318.4 | 0.81 | 0.39 |
| Hex | B6 | 13 | 84 | 0 | 5A | 1B | 1D | 13E | 51 | 27 |
| Octal | 266 | 23 | 204 | 0 | 132 | 33 | 35 | 476 | 121 | 47 |
| Binary | 10110110 | 10011 | 10000100 | 0 | 1011010 | 11011 | 11101 | 100111110 | 1010001 | 100111 |
Color Harmonies of #B61384
Complementary color
Monochromatic Colors of #B61384
Black with #B61384
Text Example
Text Example
White with #B61384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61384; }
p { color: rgb(182,19,132); }
H1.HeaderClassName
{
color: #B61384;
}
.AnyTagClassName
{
color: #B61384;
}
</style>
background-color css
<style>
a { background-color: #B61384; }
a { background-color: rgb(182,19,132); }
div.DivClassName
{
background-color: #B61384;
}
.BgClassName
{
background-color: #B61384;
}
</style>
border-color css
<style>
span { border-color: #B61384; }
span { border-color: rgb(182,19,132); }
td.TdClassName
{
border-color: #B61384;
}
.TagClassName
{
border-color: #B61384;
}
</style>