Shades of Medium Violet Red #B6129E
Tints of Medium Violet Red #B6129E
RGB
CMYK
RGB Variations
Color information
#B6129E (or 0xB6129E) is known color: Medium Violet Red. HEX triplet: B6, 12 and 9E. RGB value is (182,18,158). Sum of RGB (Red+Green+Blue) = 182+18+158=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6129E is #49ED61. Grayscale: #525252. Windows color (decimal): -4844898 or 10359478. OLE color: 10359478.
HSL color Cylindrical-coordinate representation of color #B6129E: hue angle of 308.78º degrees, saturation: 0.82, 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 #B6129E is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 158 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.29 |
| HSL | 308.78º | 0.82% | 0.39% | - |
| HSV(B) | 308.78º | 0.9% | 0.71% | - |
| XYZ | 25.68 | 12.85 | 33.47 | - |
| YUV | 83 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 158 | 0 | 0.90 | 0.13 | 0.29 | 308.78 | 0.82 | 0.39 |
| Hex | B6 | 12 | 9E | 0 | 5A | D | 1D | 135 | 52 | 27 |
| Octal | 266 | 22 | 236 | 0 | 132 | 15 | 35 | 465 | 122 | 47 |
| Binary | 10110110 | 10010 | 10011110 | 0 | 1011010 | 1101 | 11101 | 100110101 | 1010010 | 100111 |
Color Harmonies of #B6129E
Complementary color
Monochromatic Colors of #B6129E
Black with #B6129E
Text Example
Text Example
White with #B6129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6129E; }
p { color: rgb(182,18,158); }
H1.HeaderClassName
{
color: #B6129E;
}
.AnyTagClassName
{
color: #B6129E;
}
</style>
background-color css
<style>
a { background-color: #B6129E; }
a { background-color: rgb(182,18,158); }
div.DivClassName
{
background-color: #B6129E;
}
.BgClassName
{
background-color: #B6129E;
}
</style>
border-color css
<style>
span { border-color: #B6129E; }
span { border-color: rgb(182,18,158); }
td.TdClassName
{
border-color: #B6129E;
}
.TagClassName
{
border-color: #B6129E;
}
</style>