Shades of Medium Red Violet #B83378
Tints of Medium Red Violet #B83378
RGB
CMYK
RGB Variations
Color information
#B83378 (or 0xB83378) is known color: Medium Red Violet. HEX triplet: B8, 33 and 78. RGB value is (184,51,120). Sum of RGB (Red+Green+Blue) = 184+51+120=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B83378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83378 is #47CC87. Grayscale: #626262. Windows color (decimal): -4705416 or 7877560. OLE color: 7877560.
HSL color Cylindrical-coordinate representation of color #B83378: hue angle of 328.87º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83378 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 120 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.28 |
| HSL | 328.87º | 0.57% | 0.46% | - |
| HSV(B) | 328.87º | 0.72% | 0.72% | - |
| XYZ | 24.34 | 13.91 | 19.17 | - |
| YUV | 98.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 120 | 0 | 0.72 | 0.35 | 0.28 | 328.87 | 0.57 | 0.46 |
| Hex | B8 | 33 | 78 | 0 | 48 | 23 | 1C | 149 | 39 | 2E |
| Octal | 270 | 63 | 170 | 0 | 110 | 43 | 34 | 511 | 71 | 56 |
| Binary | 10111000 | 110011 | 1111000 | 0 | 1001000 | 100011 | 11100 | 101001001 | 111001 | 101110 |
Color Harmonies of #B83378
Complementary color
Monochromatic Colors of #B83378
Black with #B83378
Text Example
Text Example
White with #B83378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83378; }
p { color: rgb(184,51,120); }
H1.HeaderClassName
{
color: #B83378;
}
.AnyTagClassName
{
color: #B83378;
}
</style>
background-color css
<style>
a { background-color: #B83378; }
a { background-color: rgb(184,51,120); }
div.DivClassName
{
background-color: #B83378;
}
.BgClassName
{
background-color: #B83378;
}
</style>
border-color css
<style>
span { border-color: #B83378; }
span { border-color: rgb(184,51,120); }
td.TdClassName
{
border-color: #B83378;
}
.TagClassName
{
border-color: #B83378;
}
</style>