Shades of Medium Red Violet #B83572
Tints of Medium Red Violet #B83572
RGB
CMYK
RGB Variations
Color information
#B83572 (or 0xB83572) is known color: Medium Red Violet. HEX triplet: B8, 35 and 72. RGB value is (184,53,114). Sum of RGB (Red+Green+Blue) = 184+53+114=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B83572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83572 is #47CA8D. Grayscale: #636363. Windows color (decimal): -4704910 or 7484856. OLE color: 7484856.
HSL color Cylindrical-coordinate representation of color #B83572: hue angle of 332.06º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83572 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 114 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.28 |
| HSL | 332.06º | 0.55% | 0.46% | - |
| HSV(B) | 332.06º | 0.71% | 0.72% | - |
| XYZ | 24.08 | 13.95 | 17.34 | - |
| YUV | 99.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 114 | 0 | 0.71 | 0.38 | 0.28 | 332.06 | 0.55 | 0.46 |
| Hex | B8 | 35 | 72 | 0 | 47 | 26 | 1C | 14C | 37 | 2E |
| Octal | 270 | 65 | 162 | 0 | 107 | 46 | 34 | 514 | 67 | 56 |
| Binary | 10111000 | 110101 | 1110010 | 0 | 1000111 | 100110 | 11100 | 101001100 | 110111 | 101110 |
Color Harmonies of #B83572
Complementary color
Monochromatic Colors of #B83572
Black with #B83572
Text Example
Text Example
White with #B83572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83572; }
p { color: rgb(184,53,114); }
H1.HeaderClassName
{
color: #B83572;
}
.AnyTagClassName
{
color: #B83572;
}
</style>
background-color css
<style>
a { background-color: #B83572; }
a { background-color: rgb(184,53,114); }
div.DivClassName
{
background-color: #B83572;
}
.BgClassName
{
background-color: #B83572;
}
</style>
border-color css
<style>
span { border-color: #B83572; }
span { border-color: rgb(184,53,114); }
td.TdClassName
{
border-color: #B83572;
}
.TagClassName
{
border-color: #B83572;
}
</style>