Shades of Medium Red Violet #B8427F
Tints of Medium Red Violet #B8427F
RGB
CMYK
RGB Variations
Color information
#B8427F (or 0xB8427F) is known color: Medium Red Violet. HEX triplet: B8, 42 and 7F. RGB value is (184,66,127). Sum of RGB (Red+Green+Blue) = 184+66+127=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8427F is #47BD80. Grayscale: #6C6C6C. Windows color (decimal): -4701569 or 8340152. OLE color: 8340152.
HSL color Cylindrical-coordinate representation of color #B8427F: hue angle of 328.98º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8427F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 127 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.28 |
| HSL | 328.98º | 0.47% | 0.49% | - |
| HSV(B) | 328.98º | 0.64% | 0.72% | - |
| XYZ | 25.55 | 15.62 | 21.75 | - |
| YUV | 108.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 127 | 0 | 0.64 | 0.31 | 0.28 | 328.98 | 0.47 | 0.49 |
| Hex | B8 | 42 | 7F | 0 | 40 | 1F | 1C | 149 | 2F | 31 |
| Octal | 270 | 102 | 177 | 0 | 100 | 37 | 34 | 511 | 57 | 61 |
| Binary | 10111000 | 1000010 | 1111111 | 0 | 1000000 | 11111 | 11100 | 101001001 | 101111 | 110001 |
Color Harmonies of #B8427F
Complementary color
Monochromatic Colors of #B8427F
Black with #B8427F
Text Example
Text Example
White with #B8427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8427F; }
p { color: rgb(184,66,127); }
H1.HeaderClassName
{
color: #B8427F;
}
.AnyTagClassName
{
color: #B8427F;
}
</style>
background-color css
<style>
a { background-color: #B8427F; }
a { background-color: rgb(184,66,127); }
div.DivClassName
{
background-color: #B8427F;
}
.BgClassName
{
background-color: #B8427F;
}
</style>
border-color css
<style>
span { border-color: #B8427F; }
span { border-color: rgb(184,66,127); }
td.TdClassName
{
border-color: #B8427F;
}
.TagClassName
{
border-color: #B8427F;
}
</style>