Shades of Medium Violet Red #B6019E
Tints of Medium Violet Red #B6019E
RGB
CMYK
RGB Variations
Color information
#B6019E (or 0xB6019E) is known color: Medium Violet Red. HEX triplet: B6, 01 and 9E. RGB value is (182,1,158). Sum of RGB (Red+Green+Blue) = 182+1+158=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6019E is #49FE61. Grayscale: #484848. Windows color (decimal): -4849250 or 10355126. OLE color: 10355126.
HSL color Cylindrical-coordinate representation of color #B6019E: hue angle of 307.96º 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 #B6019E is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.29 |
| HSL | 307.96º | 0.99% | 0.36% | - |
| HSV(B) | 307.96º | 0.99% | 0.71% | - |
| XYZ | 25.47 | 12.44 | 33.41 | - |
| YUV | 73.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 158 | 0 | 0.99 | 0.13 | 0.29 | 307.96 | 0.99 | 0.36 |
| Hex | B6 | 1 | 9E | 0 | 63 | D | 1D | 134 | 63 | 24 |
| Octal | 266 | 1 | 236 | 0 | 143 | 15 | 35 | 464 | 143 | 44 |
| Binary | 10110110 | 1 | 10011110 | 0 | 1100011 | 1101 | 11101 | 100110100 | 1100011 | 100100 |
Color Harmonies of #B6019E
Complementary color
Monochromatic Colors of #B6019E
Black with #B6019E
Text Example
Text Example
White with #B6019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6019E; }
p { color: rgb(182,1,158); }
H1.HeaderClassName
{
color: #B6019E;
}
.AnyTagClassName
{
color: #B6019E;
}
</style>
background-color css
<style>
a { background-color: #B6019E; }
a { background-color: rgb(182,1,158); }
div.DivClassName
{
background-color: #B6019E;
}
.BgClassName
{
background-color: #B6019E;
}
</style>
border-color css
<style>
span { border-color: #B6019E; }
span { border-color: rgb(182,1,158); }
td.TdClassName
{
border-color: #B6019E;
}
.TagClassName
{
border-color: #B6019E;
}
</style>