Shades of Medium Violet Red #B4038B
Tints of Medium Violet Red #B4038B
RGB
CMYK
RGB Variations
Color information
#B4038B (or 0xB4038B) is known color: Medium Violet Red. HEX triplet: B4, 03 and 8B. RGB value is (180,3,139). Sum of RGB (Red+Green+Blue) = 180+3+139=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4038B is #4BFC74. Grayscale: #474747. Windows color (decimal): -4979829 or 9110452. OLE color: 9110452.
HSL color Cylindrical-coordinate representation of color #B4038B: hue angle of 313.9º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4038B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.29 |
| HSL | 313.9º | 0.97% | 0.36% | - |
| HSV(B) | 313.9º | 0.98% | 0.71% | - |
| XYZ | 23.52 | 11.63 | 25.43 | - |
| YUV | 71.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 139 | 0 | 0.98 | 0.23 | 0.29 | 313.9 | 0.97 | 0.36 |
| Hex | B4 | 3 | 8B | 0 | 62 | 17 | 1D | 13A | 61 | 24 |
| Octal | 264 | 3 | 213 | 0 | 142 | 27 | 35 | 472 | 141 | 44 |
| Binary | 10110100 | 11 | 10001011 | 0 | 1100010 | 10111 | 11101 | 100111010 | 1100001 | 100100 |
Color Harmonies of #B4038B
Complementary color
Monochromatic Colors of #B4038B
Black with #B4038B
Text Example
Text Example
White with #B4038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4038B; }
p { color: rgb(180,3,139); }
H1.HeaderClassName
{
color: #B4038B;
}
.AnyTagClassName
{
color: #B4038B;
}
</style>
background-color css
<style>
a { background-color: #B4038B; }
a { background-color: rgb(180,3,139); }
div.DivClassName
{
background-color: #B4038B;
}
.BgClassName
{
background-color: #B4038B;
}
</style>
border-color css
<style>
span { border-color: #B4038B; }
span { border-color: rgb(180,3,139); }
td.TdClassName
{
border-color: #B4038B;
}
.TagClassName
{
border-color: #B4038B;
}
</style>