Shades of Medium Red Violet #B2348B
Tints of Medium Red Violet #B2348B
RGB
CMYK
RGB Variations
Color information
#B2348B (or 0xB2348B) is known color: Medium Red Violet. HEX triplet: B2, 34 and 8B. RGB value is (178,52,139). Sum of RGB (Red+Green+Blue) = 178+52+139=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2348B is #4DCB74. Grayscale: #636363. Windows color (decimal): -5098357 or 9122994. OLE color: 9122994.
HSL color Cylindrical-coordinate representation of color #B2348B: hue angle of 318.57º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2348B is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 139 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.30 |
| HSL | 318.57º | 0.55% | 0.45% | - |
| HSV(B) | 318.57º | 0.71% | 0.7% | - |
| XYZ | 24.25 | 13.79 | 25.81 | - |
| YUV | 99.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 139 | 0 | 0.71 | 0.22 | 0.30 | 318.57 | 0.55 | 0.45 |
| Hex | B2 | 34 | 8B | 0 | 47 | 16 | 1E | 13F | 37 | 2D |
| Octal | 262 | 64 | 213 | 0 | 107 | 26 | 36 | 477 | 67 | 55 |
| Binary | 10110010 | 110100 | 10001011 | 0 | 1000111 | 10110 | 11110 | 100111111 | 110111 | 101101 |
Color Harmonies of #B2348B
Complementary color
Monochromatic Colors of #B2348B
Black with #B2348B
Text Example
Text Example
White with #B2348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2348B; }
p { color: rgb(178,52,139); }
H1.HeaderClassName
{
color: #B2348B;
}
.AnyTagClassName
{
color: #B2348B;
}
</style>
background-color css
<style>
a { background-color: #B2348B; }
a { background-color: rgb(178,52,139); }
div.DivClassName
{
background-color: #B2348B;
}
.BgClassName
{
background-color: #B2348B;
}
</style>
border-color css
<style>
span { border-color: #B2348B; }
span { border-color: rgb(178,52,139); }
td.TdClassName
{
border-color: #B2348B;
}
.TagClassName
{
border-color: #B2348B;
}
</style>