Shades of Medium Red Violet #B6428C
Tints of Medium Red Violet #B6428C
RGB
CMYK
RGB Variations
Color information
#B6428C (or 0xB6428C) is known color: Medium Red Violet. HEX triplet: B6, 42 and 8C. RGB value is (182,66,140). Sum of RGB (Red+Green+Blue) = 182+66+140=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6428C is #49BD73. Grayscale: #6C6C6C. Windows color (decimal): -4832628 or 9192118. OLE color: 9192118.
HSL color Cylindrical-coordinate representation of color #B6428C: hue angle of 321.72º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6428C is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 140 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.29 |
| HSL | 321.72º | 0.47% | 0.49% | - |
| HSV(B) | 321.72º | 0.64% | 0.71% | - |
| XYZ | 25.97 | 15.73 | 26.48 | - |
| YUV | 109.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 140 | 0 | 0.64 | 0.23 | 0.29 | 321.72 | 0.47 | 0.49 |
| Hex | B6 | 42 | 8C | 0 | 40 | 17 | 1D | 142 | 2F | 31 |
| Octal | 266 | 102 | 214 | 0 | 100 | 27 | 35 | 502 | 57 | 61 |
| Binary | 10110110 | 1000010 | 10001100 | 0 | 1000000 | 10111 | 11101 | 101000010 | 101111 | 110001 |
Color Harmonies of #B6428C
Complementary color
Monochromatic Colors of #B6428C
Black with #B6428C
Text Example
Text Example
White with #B6428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6428C; }
p { color: rgb(182,66,140); }
H1.HeaderClassName
{
color: #B6428C;
}
.AnyTagClassName
{
color: #B6428C;
}
</style>
background-color css
<style>
a { background-color: #B6428C; }
a { background-color: rgb(182,66,140); }
div.DivClassName
{
background-color: #B6428C;
}
.BgClassName
{
background-color: #B6428C;
}
</style>
border-color css
<style>
span { border-color: #B6428C; }
span { border-color: rgb(182,66,140); }
td.TdClassName
{
border-color: #B6428C;
}
.TagClassName
{
border-color: #B6428C;
}
</style>