Shades of Medium Violet Red #B6047C
Tints of Medium Violet Red #B6047C
RGB
CMYK
RGB Variations
Color information
#B6047C (or 0xB6047C) is known color: Medium Violet Red. HEX triplet: B6, 04 and 7C. RGB value is (182,4,124). Sum of RGB (Red+Green+Blue) = 182+4+124=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6047C is #49FB83. Grayscale: #464646. Windows color (decimal): -4848516 or 8127670. OLE color: 8127670.
HSL color Cylindrical-coordinate representation of color #B6047C: hue angle of 319.55º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6047C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.29 |
| HSL | 319.55º | 0.96% | 0.36% | - |
| HSV(B) | 319.55º | 0.98% | 0.71% | - |
| XYZ | 22.97 | 11.49 | 20.08 | - |
| YUV | 70.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 4 | 124 | 0 | 0.98 | 0.32 | 0.29 | 319.55 | 0.96 | 0.36 |
| Hex | B6 | 4 | 7C | 0 | 62 | 20 | 1D | 140 | 60 | 24 |
| Octal | 266 | 4 | 174 | 0 | 142 | 40 | 35 | 500 | 140 | 44 |
| Binary | 10110110 | 100 | 1111100 | 0 | 1100010 | 100000 | 11101 | 101000000 | 1100000 | 100100 |
Color Harmonies of #B6047C
Complementary color
Monochromatic Colors of #B6047C
Black with #B6047C
Text Example
Text Example
White with #B6047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6047C; }
p { color: rgb(182,4,124); }
H1.HeaderClassName
{
color: #B6047C;
}
.AnyTagClassName
{
color: #B6047C;
}
</style>
background-color css
<style>
a { background-color: #B6047C; }
a { background-color: rgb(182,4,124); }
div.DivClassName
{
background-color: #B6047C;
}
.BgClassName
{
background-color: #B6047C;
}
</style>
border-color css
<style>
span { border-color: #B6047C; }
span { border-color: rgb(182,4,124); }
td.TdClassName
{
border-color: #B6047C;
}
.TagClassName
{
border-color: #B6047C;
}
</style>