Shades of Medium Violet Red #B2038B
Tints of Medium Violet Red #B2038B
RGB
CMYK
RGB Variations
Color information
#B2038B (or 0xB2038B) is known color: Medium Violet Red. HEX triplet: B2, 03 and 8B. RGB value is (178,3,139). Sum of RGB (Red+Green+Blue) = 178+3+139=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2038B is #4DFC74. Grayscale: #464646. Windows color (decimal): -5110901 or 9110450. OLE color: 9110450.
HSL color Cylindrical-coordinate representation of color #B2038B: hue angle of 313.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2038B is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.30 |
| HSL | 313.37º | 0.97% | 0.35% | - |
| HSV(B) | 313.37º | 0.98% | 0.7% | - |
| XYZ | 23.05 | 11.39 | 25.41 | - |
| YUV | 70.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 139 | 0 | 0.98 | 0.22 | 0.30 | 313.37 | 0.97 | 0.35 |
| Hex | B2 | 3 | 8B | 0 | 62 | 16 | 1E | 139 | 61 | 23 |
| Octal | 262 | 3 | 213 | 0 | 142 | 26 | 36 | 471 | 141 | 43 |
| Binary | 10110010 | 11 | 10001011 | 0 | 1100010 | 10110 | 11110 | 100111001 | 1100001 | 100011 |
Color Harmonies of #B2038B
Complementary color
Monochromatic Colors of #B2038B
Black with #B2038B
Text Example
Text Example
White with #B2038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2038B; }
p { color: rgb(178,3,139); }
H1.HeaderClassName
{
color: #B2038B;
}
.AnyTagClassName
{
color: #B2038B;
}
</style>
background-color css
<style>
a { background-color: #B2038B; }
a { background-color: rgb(178,3,139); }
div.DivClassName
{
background-color: #B2038B;
}
.BgClassName
{
background-color: #B2038B;
}
</style>
border-color css
<style>
span { border-color: #B2038B; }
span { border-color: rgb(178,3,139); }
td.TdClassName
{
border-color: #B2038B;
}
.TagClassName
{
border-color: #B2038B;
}
</style>