Shades of Medium Red Violet #B83B9F
Tints of Medium Red Violet #B83B9F
RGB
CMYK
RGB Variations
Color information
#B83B9F (or 0xB83B9F) is known color: Medium Red Violet. HEX triplet: B8, 3B and 9F. RGB value is (184,59,159). Sum of RGB (Red+Green+Blue) = 184+59+159=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83B9F is #47C460. Grayscale: #6B6B6B. Windows color (decimal): -4703329 or 10435512. OLE color: 10435512.
HSL color Cylindrical-coordinate representation of color #B83B9F: hue angle of 312º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B9F is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 159 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.28 |
| HSL | 312º | 0.51% | 0.48% | - |
| HSV(B) | 312º | 0.68% | 0.72% | - |
| XYZ | 27.59 | 15.82 | 34.4 | - |
| YUV | 107.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 159 | 0 | 0.68 | 0.14 | 0.28 | 312 | 0.51 | 0.48 |
| Hex | B8 | 3B | 9F | 0 | 44 | E | 1C | 138 | 33 | 30 |
| Octal | 270 | 73 | 237 | 0 | 104 | 16 | 34 | 470 | 63 | 60 |
| Binary | 10111000 | 111011 | 10011111 | 0 | 1000100 | 1110 | 11100 | 100111000 | 110011 | 110000 |
Color Harmonies of #B83B9F
Complementary color
Monochromatic Colors of #B83B9F
Black with #B83B9F
Text Example
Text Example
White with #B83B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B9F; }
p { color: rgb(184,59,159); }
H1.HeaderClassName
{
color: #B83B9F;
}
.AnyTagClassName
{
color: #B83B9F;
}
</style>
background-color css
<style>
a { background-color: #B83B9F; }
a { background-color: rgb(184,59,159); }
div.DivClassName
{
background-color: #B83B9F;
}
.BgClassName
{
background-color: #B83B9F;
}
</style>
border-color css
<style>
span { border-color: #B83B9F; }
span { border-color: rgb(184,59,159); }
td.TdClassName
{
border-color: #B83B9F;
}
.TagClassName
{
border-color: #B83B9F;
}
</style>