Shades of Medium Red Violet #B4348B
Tints of Medium Red Violet #B4348B
RGB
CMYK
RGB Variations
Color information
#B4348B (or 0xB4348B) is known color: Medium Red Violet. HEX triplet: B4, 34 and 8B. RGB value is (180,52,139). Sum of RGB (Red+Green+Blue) = 180+52+139=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4348B is #4BCB74. Grayscale: #636363. Windows color (decimal): -4967285 or 9122996. OLE color: 9122996.
HSL color Cylindrical-coordinate representation of color #B4348B: hue angle of 319.22º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4348B is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 139 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.29 |
| HSL | 319.22º | 0.55% | 0.45% | - |
| HSV(B) | 319.22º | 0.71% | 0.71% | - |
| XYZ | 24.71 | 14.02 | 25.83 | - |
| YUV | 100.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 139 | 0 | 0.71 | 0.23 | 0.29 | 319.22 | 0.55 | 0.45 |
| Hex | B4 | 34 | 8B | 0 | 47 | 17 | 1D | 13F | 37 | 2D |
| Octal | 264 | 64 | 213 | 0 | 107 | 27 | 35 | 477 | 67 | 55 |
| Binary | 10110100 | 110100 | 10001011 | 0 | 1000111 | 10111 | 11101 | 100111111 | 110111 | 101101 |
Color Harmonies of #B4348B
Complementary color
Monochromatic Colors of #B4348B
Black with #B4348B
Text Example
Text Example
White with #B4348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4348B; }
p { color: rgb(180,52,139); }
H1.HeaderClassName
{
color: #B4348B;
}
.AnyTagClassName
{
color: #B4348B;
}
</style>
background-color css
<style>
a { background-color: #B4348B; }
a { background-color: rgb(180,52,139); }
div.DivClassName
{
background-color: #B4348B;
}
.BgClassName
{
background-color: #B4348B;
}
</style>
border-color css
<style>
span { border-color: #B4348B; }
span { border-color: rgb(180,52,139); }
td.TdClassName
{
border-color: #B4348B;
}
.TagClassName
{
border-color: #B4348B;
}
</style>