Shades of Medium Red Violet #B8379D
Tints of Medium Red Violet #B8379D
RGB
CMYK
RGB Variations
Color information
#B8379D (or 0xB8379D) is known color: Medium Red Violet. HEX triplet: B8, 37 and 9D. RGB value is (184,55,157). Sum of RGB (Red+Green+Blue) = 184+55+157=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8379D is #47C862. Grayscale: #686868. Windows color (decimal): -4704355 or 10303416. OLE color: 10303416.
HSL color Cylindrical-coordinate representation of color #B8379D: hue angle of 312.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8379D is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 157 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.28 |
| HSL | 312.56º | 0.54% | 0.47% | - |
| HSV(B) | 312.56º | 0.7% | 0.72% | - |
| XYZ | 27.22 | 15.36 | 33.43 | - |
| YUV | 105.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 157 | 0 | 0.70 | 0.15 | 0.28 | 312.56 | 0.54 | 0.47 |
| Hex | B8 | 37 | 9D | 0 | 46 | F | 1C | 139 | 36 | 2F |
| Octal | 270 | 67 | 235 | 0 | 106 | 17 | 34 | 471 | 66 | 57 |
| Binary | 10111000 | 110111 | 10011101 | 0 | 1000110 | 1111 | 11100 | 100111001 | 110110 | 101111 |
Color Harmonies of #B8379D
Complementary color
Monochromatic Colors of #B8379D
Black with #B8379D
Text Example
Text Example
White with #B8379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8379D; }
p { color: rgb(184,55,157); }
H1.HeaderClassName
{
color: #B8379D;
}
.AnyTagClassName
{
color: #B8379D;
}
</style>
background-color css
<style>
a { background-color: #B8379D; }
a { background-color: rgb(184,55,157); }
div.DivClassName
{
background-color: #B8379D;
}
.BgClassName
{
background-color: #B8379D;
}
</style>
border-color css
<style>
span { border-color: #B8379D; }
span { border-color: rgb(184,55,157); }
td.TdClassName
{
border-color: #B8379D;
}
.TagClassName
{
border-color: #B8379D;
}
</style>