Shades of Medium Violet Red #B6189C
Tints of Medium Violet Red #B6189C
RGB
CMYK
RGB Variations
Color information
#B6189C (or 0xB6189C) is known color: Medium Violet Red. HEX triplet: B6, 18 and 9C. RGB value is (182,24,156). Sum of RGB (Red+Green+Blue) = 182+24+156=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6189C is #49E763. Grayscale: #555555. Windows color (decimal): -4843364 or 10229942. OLE color: 10229942.
HSL color Cylindrical-coordinate representation of color #B6189C: hue angle of 309.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6189C is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 156 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.29 |
| HSL | 309.87º | 0.77% | 0.4% | - |
| HSV(B) | 309.87º | 0.87% | 0.71% | - |
| XYZ | 25.62 | 13 | 32.61 | - |
| YUV | 86.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 156 | 0 | 0.87 | 0.14 | 0.29 | 309.87 | 0.77 | 0.4 |
| Hex | B6 | 18 | 9C | 0 | 57 | E | 1D | 136 | 4D | 28 |
| Octal | 266 | 30 | 234 | 0 | 127 | 16 | 35 | 466 | 115 | 50 |
| Binary | 10110110 | 11000 | 10011100 | 0 | 1010111 | 1110 | 11101 | 100110110 | 1001101 | 101000 |
Color Harmonies of #B6189C
Complementary color
Monochromatic Colors of #B6189C
Black with #B6189C
Text Example
Text Example
White with #B6189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6189C; }
p { color: rgb(182,24,156); }
H1.HeaderClassName
{
color: #B6189C;
}
.AnyTagClassName
{
color: #B6189C;
}
</style>
background-color css
<style>
a { background-color: #B6189C; }
a { background-color: rgb(182,24,156); }
div.DivClassName
{
background-color: #B6189C;
}
.BgClassName
{
background-color: #B6189C;
}
</style>
border-color css
<style>
span { border-color: #B6189C; }
span { border-color: rgb(182,24,156); }
td.TdClassName
{
border-color: #B6189C;
}
.TagClassName
{
border-color: #B6189C;
}
</style>