Shades of Medium Red Violet #B83B9A
Tints of Medium Red Violet #B83B9A
RGB
CMYK
RGB Variations
Color information
#B83B9A (or 0xB83B9A) is known color: Medium Red Violet. HEX triplet: B8, 3B and 9A. RGB value is (184,59,154). Sum of RGB (Red+Green+Blue) = 184+59+154=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83B9A is #47C465. Grayscale: #6A6A6A. Windows color (decimal): -4703334 or 10107832. OLE color: 10107832.
HSL color Cylindrical-coordinate representation of color #B83B9A: hue angle of 314.4º 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 #B83B9A is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 154 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.28 |
| HSL | 314.4º | 0.51% | 0.48% | - |
| HSV(B) | 314.4º | 0.68% | 0.72% | - |
| XYZ | 27.16 | 15.65 | 32.16 | - |
| YUV | 107.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 154 | 0 | 0.68 | 0.16 | 0.28 | 314.4 | 0.51 | 0.48 |
| Hex | B8 | 3B | 9A | 0 | 44 | 10 | 1C | 13A | 33 | 30 |
| Octal | 270 | 73 | 232 | 0 | 104 | 20 | 34 | 472 | 63 | 60 |
| Binary | 10111000 | 111011 | 10011010 | 0 | 1000100 | 10000 | 11100 | 100111010 | 110011 | 110000 |
Color Harmonies of #B83B9A
Complementary color
Monochromatic Colors of #B83B9A
Black with #B83B9A
Text Example
Text Example
White with #B83B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B9A; }
p { color: rgb(184,59,154); }
H1.HeaderClassName
{
color: #B83B9A;
}
.AnyTagClassName
{
color: #B83B9A;
}
</style>
background-color css
<style>
a { background-color: #B83B9A; }
a { background-color: rgb(184,59,154); }
div.DivClassName
{
background-color: #B83B9A;
}
.BgClassName
{
background-color: #B83B9A;
}
</style>
border-color css
<style>
span { border-color: #B83B9A; }
span { border-color: rgb(184,59,154); }
td.TdClassName
{
border-color: #B83B9A;
}
.TagClassName
{
border-color: #B83B9A;
}
</style>