Shades of Medium Red Violet #B8397B
Tints of Medium Red Violet #B8397B
RGB
CMYK
RGB Variations
Color information
#B8397B (or 0xB8397B) is known color: Medium Red Violet. HEX triplet: B8, 39 and 7B. RGB value is (184,57,123). Sum of RGB (Red+Green+Blue) = 184+57+123=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8397B is #47C684. Grayscale: #666666. Windows color (decimal): -4703877 or 8075704. OLE color: 8075704.
HSL color Cylindrical-coordinate representation of color #B8397B: hue angle of 328.82º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8397B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 123 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.28 |
| HSL | 328.82º | 0.53% | 0.47% | - |
| HSV(B) | 328.82º | 0.69% | 0.72% | - |
| XYZ | 24.81 | 14.55 | 20.24 | - |
| YUV | 102.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 123 | 0 | 0.69 | 0.33 | 0.28 | 328.82 | 0.53 | 0.47 |
| Hex | B8 | 39 | 7B | 0 | 45 | 21 | 1C | 149 | 35 | 2F |
| Octal | 270 | 71 | 173 | 0 | 105 | 41 | 34 | 511 | 65 | 57 |
| Binary | 10111000 | 111001 | 1111011 | 0 | 1000101 | 100001 | 11100 | 101001001 | 110101 | 101111 |
Color Harmonies of #B8397B
Complementary color
Monochromatic Colors of #B8397B
Black with #B8397B
Text Example
Text Example
White with #B8397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8397B; }
p { color: rgb(184,57,123); }
H1.HeaderClassName
{
color: #B8397B;
}
.AnyTagClassName
{
color: #B8397B;
}
</style>
background-color css
<style>
a { background-color: #B8397B; }
a { background-color: rgb(184,57,123); }
div.DivClassName
{
background-color: #B8397B;
}
.BgClassName
{
background-color: #B8397B;
}
</style>
border-color css
<style>
span { border-color: #B8397B; }
span { border-color: rgb(184,57,123); }
td.TdClassName
{
border-color: #B8397B;
}
.TagClassName
{
border-color: #B8397B;
}
</style>