Shades of Medium Violet Red #B6187B
Tints of Medium Violet Red #B6187B
RGB
CMYK
RGB Variations
Color information
#B6187B (or 0xB6187B) is known color: Medium Violet Red. HEX triplet: B6, 18 and 7B. RGB value is (182,24,123). Sum of RGB (Red+Green+Blue) = 182+24+123=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6187B is #49E784. Grayscale: #525252. Windows color (decimal): -4843397 or 8067254. OLE color: 8067254.
HSL color Cylindrical-coordinate representation of color #B6187B: hue angle of 322.41º 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 #B6187B is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 123 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.29 |
| HSL | 322.41º | 0.77% | 0.4% | - |
| HSV(B) | 322.41º | 0.87% | 0.71% | - |
| XYZ | 23.19 | 12.03 | 19.84 | - |
| YUV | 82.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 123 | 0 | 0.87 | 0.32 | 0.29 | 322.41 | 0.77 | 0.4 |
| Hex | B6 | 18 | 7B | 0 | 57 | 20 | 1D | 142 | 4D | 28 |
| Octal | 266 | 30 | 173 | 0 | 127 | 40 | 35 | 502 | 115 | 50 |
| Binary | 10110110 | 11000 | 1111011 | 0 | 1010111 | 100000 | 11101 | 101000010 | 1001101 | 101000 |
Color Harmonies of #B6187B
Complementary color
Monochromatic Colors of #B6187B
Black with #B6187B
Text Example
Text Example
White with #B6187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6187B; }
p { color: rgb(182,24,123); }
H1.HeaderClassName
{
color: #B6187B;
}
.AnyTagClassName
{
color: #B6187B;
}
</style>
background-color css
<style>
a { background-color: #B6187B; }
a { background-color: rgb(182,24,123); }
div.DivClassName
{
background-color: #B6187B;
}
.BgClassName
{
background-color: #B6187B;
}
</style>
border-color css
<style>
span { border-color: #B6187B; }
span { border-color: rgb(182,24,123); }
td.TdClassName
{
border-color: #B6187B;
}
.TagClassName
{
border-color: #B6187B;
}
</style>