Shades of Medium Red Violet #B2427F
Tints of Medium Red Violet #B2427F
RGB
CMYK
RGB Variations
Color information
#B2427F (or 0xB2427F) is known color: Medium Red Violet. HEX triplet: B2, 42 and 7F. RGB value is (178,66,127). Sum of RGB (Red+Green+Blue) = 178+66+127=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2427F is #4DBD80. Grayscale: #6A6A6A. Windows color (decimal): -5094785 or 8340146. OLE color: 8340146.
HSL color Cylindrical-coordinate representation of color #B2427F: hue angle of 327.32º 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 #B2427F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 127 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.30 |
| HSL | 327.32º | 0.46% | 0.48% | - |
| HSV(B) | 327.32º | 0.63% | 0.7% | - |
| XYZ | 24.14 | 14.89 | 21.68 | - |
| YUV | 106.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 127 | 0 | 0.63 | 0.29 | 0.30 | 327.32 | 0.46 | 0.48 |
| Hex | B2 | 42 | 7F | 0 | 3F | 1D | 1E | 147 | 2E | 30 |
| Octal | 262 | 102 | 177 | 0 | 77 | 35 | 36 | 507 | 56 | 60 |
| Binary | 10110010 | 1000010 | 1111111 | 0 | 111111 | 11101 | 11110 | 101000111 | 101110 | 110000 |
Color Harmonies of #B2427F
Complementary color
Monochromatic Colors of #B2427F
Black with #B2427F
Text Example
Text Example
White with #B2427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2427F; }
p { color: rgb(178,66,127); }
H1.HeaderClassName
{
color: #B2427F;
}
.AnyTagClassName
{
color: #B2427F;
}
</style>
background-color css
<style>
a { background-color: #B2427F; }
a { background-color: rgb(178,66,127); }
div.DivClassName
{
background-color: #B2427F;
}
.BgClassName
{
background-color: #B2427F;
}
</style>
border-color css
<style>
span { border-color: #B2427F; }
span { border-color: rgb(178,66,127); }
td.TdClassName
{
border-color: #B2427F;
}
.TagClassName
{
border-color: #B2427F;
}
</style>