Shades of Medium Red Violet #B83F9F
Tints of Medium Red Violet #B83F9F
RGB
CMYK
RGB Variations
Color information
#B83F9F (or 0xB83F9F) is known color: Medium Red Violet. HEX triplet: B8, 3F and 9F. RGB value is (184,63,159). Sum of RGB (Red+Green+Blue) = 184+63+159=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83F9F is #47C060. Grayscale: #6D6D6D. Windows color (decimal): -4702305 or 10436536. OLE color: 10436536.
HSL color Cylindrical-coordinate representation of color #B83F9F: hue angle of 312.4º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F9F is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 159 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.28 |
| HSL | 312.4º | 0.49% | 0.48% | - |
| HSV(B) | 312.4º | 0.66% | 0.72% | - |
| XYZ | 27.8 | 16.25 | 34.47 | - |
| YUV | 110.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 159 | 0 | 0.66 | 0.14 | 0.28 | 312.4 | 0.49 | 0.48 |
| Hex | B8 | 3F | 9F | 0 | 42 | E | 1C | 138 | 31 | 30 |
| Octal | 270 | 77 | 237 | 0 | 102 | 16 | 34 | 470 | 61 | 60 |
| Binary | 10111000 | 111111 | 10011111 | 0 | 1000010 | 1110 | 11100 | 100111000 | 110001 | 110000 |
Color Harmonies of #B83F9F
Complementary color
Monochromatic Colors of #B83F9F
Black with #B83F9F
Text Example
Text Example
White with #B83F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F9F; }
p { color: rgb(184,63,159); }
H1.HeaderClassName
{
color: #B83F9F;
}
.AnyTagClassName
{
color: #B83F9F;
}
</style>
background-color css
<style>
a { background-color: #B83F9F; }
a { background-color: rgb(184,63,159); }
div.DivClassName
{
background-color: #B83F9F;
}
.BgClassName
{
background-color: #B83F9F;
}
</style>
border-color css
<style>
span { border-color: #B83F9F; }
span { border-color: rgb(184,63,159); }
td.TdClassName
{
border-color: #B83F9F;
}
.TagClassName
{
border-color: #B83F9F;
}
</style>