Shades of Medium Red Violet #B8239F
Tints of Medium Red Violet #B8239F
RGB
CMYK
RGB Variations
Color information
#B8239F (or 0xB8239F) is known color: Medium Red Violet. HEX triplet: B8, 23 and 9F. RGB value is (184,35,159). Sum of RGB (Red+Green+Blue) = 184+35+159=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8239F is #47DC60. Grayscale: #5D5D5D. Windows color (decimal): -4709473 or 10429368. OLE color: 10429368.
HSL color Cylindrical-coordinate representation of color #B8239F: hue angle of 310.07º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8239F is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 159 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.28 |
| HSL | 310.07º | 0.68% | 0.43% | - |
| HSV(B) | 310.07º | 0.81% | 0.72% | - |
| XYZ | 26.63 | 13.9 | 34.08 | - |
| YUV | 93.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 159 | 0 | 0.81 | 0.14 | 0.28 | 310.07 | 0.68 | 0.43 |
| Hex | B8 | 23 | 9F | 0 | 51 | E | 1C | 136 | 44 | 2B |
| Octal | 270 | 43 | 237 | 0 | 121 | 16 | 34 | 466 | 104 | 53 |
| Binary | 10111000 | 100011 | 10011111 | 0 | 1010001 | 1110 | 11100 | 100110110 | 1000100 | 101011 |
Color Harmonies of #B8239F
Complementary color
Monochromatic Colors of #B8239F
Black with #B8239F
Text Example
Text Example
White with #B8239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8239F; }
p { color: rgb(184,35,159); }
H1.HeaderClassName
{
color: #B8239F;
}
.AnyTagClassName
{
color: #B8239F;
}
</style>
background-color css
<style>
a { background-color: #B8239F; }
a { background-color: rgb(184,35,159); }
div.DivClassName
{
background-color: #B8239F;
}
.BgClassName
{
background-color: #B8239F;
}
</style>
border-color css
<style>
span { border-color: #B8239F; }
span { border-color: rgb(184,35,159); }
td.TdClassName
{
border-color: #B8239F;
}
.TagClassName
{
border-color: #B8239F;
}
</style>