Shades of Medium Violet Red #B6019C
Tints of Medium Violet Red #B6019C
RGB
CMYK
RGB Variations
Color information
#B6019C (or 0xB6019C) is known color: Medium Violet Red. HEX triplet: B6, 01 and 9C. RGB value is (182,1,156). Sum of RGB (Red+Green+Blue) = 182+1+156=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6019C is #49FE63. Grayscale: #484848. Windows color (decimal): -4849252 or 10224054. OLE color: 10224054.
HSL color Cylindrical-coordinate representation of color #B6019C: hue angle of 308.62º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6019C is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.29 |
| HSL | 308.62º | 0.99% | 0.36% | - |
| HSV(B) | 308.62º | 0.99% | 0.71% | - |
| XYZ | 25.3 | 12.37 | 32.51 | - |
| YUV | 72.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 156 | 0 | 0.99 | 0.14 | 0.29 | 308.62 | 0.99 | 0.36 |
| Hex | B6 | 1 | 9C | 0 | 63 | E | 1D | 135 | 63 | 24 |
| Octal | 266 | 1 | 234 | 0 | 143 | 16 | 35 | 465 | 143 | 44 |
| Binary | 10110110 | 1 | 10011100 | 0 | 1100011 | 1110 | 11101 | 100110101 | 1100011 | 100100 |
Color Harmonies of #B6019C
Complementary color
Monochromatic Colors of #B6019C
Black with #B6019C
Text Example
Text Example
White with #B6019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6019C; }
p { color: rgb(182,1,156); }
H1.HeaderClassName
{
color: #B6019C;
}
.AnyTagClassName
{
color: #B6019C;
}
</style>
background-color css
<style>
a { background-color: #B6019C; }
a { background-color: rgb(182,1,156); }
div.DivClassName
{
background-color: #B6019C;
}
.BgClassName
{
background-color: #B6019C;
}
</style>
border-color css
<style>
span { border-color: #B6019C; }
span { border-color: rgb(182,1,156); }
td.TdClassName
{
border-color: #B6019C;
}
.TagClassName
{
border-color: #B6019C;
}
</style>