Shades of Medium Violet Red #B8077D
Tints of Medium Violet Red #B8077D
RGB
CMYK
RGB Variations
Color information
#B8077D (or 0xB8077D) is known color: Medium Violet Red. HEX triplet: B8, 07 and 7D. RGB value is (184,7,125). Sum of RGB (Red+Green+Blue) = 184+7+125=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8077D is #47F882. Grayscale: #494949. Windows color (decimal): -4716675 or 8193976. OLE color: 8193976.
HSL color Cylindrical-coordinate representation of color #B8077D: hue angle of 320º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8077D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.28 |
| HSL | 320º | 0.93% | 0.37% | - |
| HSV(B) | 320º | 0.96% | 0.72% | - |
| XYZ | 23.54 | 11.82 | 20.44 | - |
| YUV | 73.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 125 | 0 | 0.96 | 0.32 | 0.28 | 320 | 0.93 | 0.37 |
| Hex | B8 | 7 | 7D | 0 | 60 | 20 | 1C | 140 | 5D | 25 |
| Octal | 270 | 7 | 175 | 0 | 140 | 40 | 34 | 500 | 135 | 45 |
| Binary | 10111000 | 111 | 1111101 | 0 | 1100000 | 100000 | 11100 | 101000000 | 1011101 | 100101 |
Color Harmonies of #B8077D
Complementary color
Monochromatic Colors of #B8077D
Black with #B8077D
Text Example
Text Example
White with #B8077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8077D; }
p { color: rgb(184,7,125); }
H1.HeaderClassName
{
color: #B8077D;
}
.AnyTagClassName
{
color: #B8077D;
}
</style>
background-color css
<style>
a { background-color: #B8077D; }
a { background-color: rgb(184,7,125); }
div.DivClassName
{
background-color: #B8077D;
}
.BgClassName
{
background-color: #B8077D;
}
</style>
border-color css
<style>
span { border-color: #B8077D; }
span { border-color: rgb(184,7,125); }
td.TdClassName
{
border-color: #B8077D;
}
.TagClassName
{
border-color: #B8077D;
}
</style>