Shades of Medium Red Violet #B2428C
Tints of Medium Red Violet #B2428C
RGB
CMYK
RGB Variations
Color information
#B2428C (or 0xB2428C) is known color: Medium Red Violet. HEX triplet: B2, 42 and 8C. RGB value is (178,66,140). Sum of RGB (Red+Green+Blue) = 178+66+140=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2428C is #4DBD73. Grayscale: #6B6B6B. Windows color (decimal): -5094772 or 9192114. OLE color: 9192114.
HSL color Cylindrical-coordinate representation of color #B2428C: hue angle of 320.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2428C is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 140 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.30 |
| HSL | 320.36º | 0.46% | 0.48% | - |
| HSV(B) | 320.36º | 0.63% | 0.7% | - |
| XYZ | 25.04 | 15.25 | 26.44 | - |
| YUV | 107.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 140 | 0 | 0.63 | 0.21 | 0.30 | 320.36 | 0.46 | 0.48 |
| Hex | B2 | 42 | 8C | 0 | 3F | 15 | 1E | 140 | 2E | 30 |
| Octal | 262 | 102 | 214 | 0 | 77 | 25 | 36 | 500 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10001100 | 0 | 111111 | 10101 | 11110 | 101000000 | 101110 | 110000 |
Color Harmonies of #B2428C
Complementary color
Monochromatic Colors of #B2428C
Black with #B2428C
Text Example
Text Example
White with #B2428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2428C; }
p { color: rgb(178,66,140); }
H1.HeaderClassName
{
color: #B2428C;
}
.AnyTagClassName
{
color: #B2428C;
}
</style>
background-color css
<style>
a { background-color: #B2428C; }
a { background-color: rgb(178,66,140); }
div.DivClassName
{
background-color: #B2428C;
}
.BgClassName
{
background-color: #B2428C;
}
</style>
border-color css
<style>
span { border-color: #B2428C; }
span { border-color: rgb(178,66,140); }
td.TdClassName
{
border-color: #B2428C;
}
.TagClassName
{
border-color: #B2428C;
}
</style>