Shades of Medium Violet Red #B8038D
Tints of Medium Violet Red #B8038D
RGB
CMYK
RGB Variations
Color information
#B8038D (or 0xB8038D) is known color: Medium Violet Red. HEX triplet: B8, 03 and 8D. RGB value is (184,3,141). Sum of RGB (Red+Green+Blue) = 184+3+141=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8038D is #47FC72. Grayscale: #484848. Windows color (decimal): -4717683 or 9241528. OLE color: 9241528.
HSL color Cylindrical-coordinate representation of color #B8038D: hue angle of 314.25º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8038D is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.28 |
| HSL | 314.25º | 0.97% | 0.37% | - |
| HSV(B) | 314.25º | 0.98% | 0.72% | - |
| XYZ | 24.61 | 12.18 | 26.25 | - |
| YUV | 72.85 | 166.47 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 141 | 0 | 0.98 | 0.23 | 0.28 | 314.25 | 0.97 | 0.37 |
| Hex | B8 | 3 | 8D | 0 | 62 | 17 | 1C | 13A | 61 | 25 |
| Octal | 270 | 3 | 215 | 0 | 142 | 27 | 34 | 472 | 141 | 45 |
| Binary | 10111000 | 11 | 10001101 | 0 | 1100010 | 10111 | 11100 | 100111010 | 1100001 | 100101 |
Color Harmonies of #B8038D
Complementary color
Monochromatic Colors of #B8038D
Black with #B8038D
Text Example
Text Example
White with #B8038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8038D; }
p { color: rgb(184,3,141); }
H1.HeaderClassName
{
color: #B8038D;
}
.AnyTagClassName
{
color: #B8038D;
}
</style>
background-color css
<style>
a { background-color: #B8038D; }
a { background-color: rgb(184,3,141); }
div.DivClassName
{
background-color: #B8038D;
}
.BgClassName
{
background-color: #B8038D;
}
</style>
border-color css
<style>
span { border-color: #B8038D; }
span { border-color: rgb(184,3,141); }
td.TdClassName
{
border-color: #B8038D;
}
.TagClassName
{
border-color: #B8038D;
}
</style>