Shades of Medium Red Violet #B84283
Tints of Medium Red Violet #B84283
RGB
CMYK
RGB Variations
Color information
#B84283 (or 0xB84283) is known color: Medium Red Violet. HEX triplet: B8, 42 and 83. RGB value is (184,66,131). Sum of RGB (Red+Green+Blue) = 184+66+131=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84283 is #47BD7C. Grayscale: #6C6C6C. Windows color (decimal): -4701565 or 8602296. OLE color: 8602296.
HSL color Cylindrical-coordinate representation of color #B84283: hue angle of 326.95º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84283 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 131 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.28 |
| HSL | 326.95º | 0.47% | 0.49% | - |
| HSV(B) | 326.95º | 0.64% | 0.72% | - |
| XYZ | 25.81 | 15.73 | 23.15 | - |
| YUV | 108.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 131 | 0 | 0.64 | 0.29 | 0.28 | 326.95 | 0.47 | 0.49 |
| Hex | B8 | 42 | 83 | 0 | 40 | 1D | 1C | 147 | 2F | 31 |
| Octal | 270 | 102 | 203 | 0 | 100 | 35 | 34 | 507 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10000011 | 0 | 1000000 | 11101 | 11100 | 101000111 | 101111 | 110001 |
Color Harmonies of #B84283
Complementary color
Monochromatic Colors of #B84283
Black with #B84283
Text Example
Text Example
White with #B84283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84283; }
p { color: rgb(184,66,131); }
H1.HeaderClassName
{
color: #B84283;
}
.AnyTagClassName
{
color: #B84283;
}
</style>
background-color css
<style>
a { background-color: #B84283; }
a { background-color: rgb(184,66,131); }
div.DivClassName
{
background-color: #B84283;
}
.BgClassName
{
background-color: #B84283;
}
</style>
border-color css
<style>
span { border-color: #B84283; }
span { border-color: rgb(184,66,131); }
td.TdClassName
{
border-color: #B84283;
}
.TagClassName
{
border-color: #B84283;
}
</style>