Shades of Medium Red Violet #B6428E
Tints of Medium Red Violet #B6428E
RGB
CMYK
RGB Variations
Color information
#B6428E (or 0xB6428E) is known color: Medium Red Violet. HEX triplet: B6, 42 and 8E. RGB value is (182,66,142). Sum of RGB (Red+Green+Blue) = 182+66+142=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6428E is #49BD71. Grayscale: #6D6D6D. Windows color (decimal): -4832626 or 9323190. OLE color: 9323190.
HSL color Cylindrical-coordinate representation of color #B6428E: hue angle of 320.69º 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 #B6428E is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 142 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.29 |
| HSL | 320.69º | 0.47% | 0.49% | - |
| HSV(B) | 320.69º | 0.64% | 0.71% | - |
| XYZ | 26.12 | 15.79 | 27.26 | - |
| YUV | 109.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 142 | 0 | 0.64 | 0.22 | 0.29 | 320.69 | 0.47 | 0.49 |
| Hex | B6 | 42 | 8E | 0 | 40 | 16 | 1D | 141 | 2F | 31 |
| Octal | 266 | 102 | 216 | 0 | 100 | 26 | 35 | 501 | 57 | 61 |
| Binary | 10110110 | 1000010 | 10001110 | 0 | 1000000 | 10110 | 11101 | 101000001 | 101111 | 110001 |
Color Harmonies of #B6428E
Complementary color
Monochromatic Colors of #B6428E
Black with #B6428E
Text Example
Text Example
White with #B6428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6428E; }
p { color: rgb(182,66,142); }
H1.HeaderClassName
{
color: #B6428E;
}
.AnyTagClassName
{
color: #B6428E;
}
</style>
background-color css
<style>
a { background-color: #B6428E; }
a { background-color: rgb(182,66,142); }
div.DivClassName
{
background-color: #B6428E;
}
.BgClassName
{
background-color: #B6428E;
}
</style>
border-color css
<style>
span { border-color: #B6428E; }
span { border-color: rgb(182,66,142); }
td.TdClassName
{
border-color: #B6428E;
}
.TagClassName
{
border-color: #B6428E;
}
</style>