Shades of Medium Red Violet #B2348D
Tints of Medium Red Violet #B2348D
RGB
CMYK
RGB Variations
Color information
#B2348D (or 0xB2348D) is known color: Medium Red Violet. HEX triplet: B2, 34 and 8D. RGB value is (178,52,141). Sum of RGB (Red+Green+Blue) = 178+52+141=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2348D is #4DCB72. Grayscale: #636363. Windows color (decimal): -5098355 or 9254066. OLE color: 9254066.
HSL color Cylindrical-coordinate representation of color #B2348D: hue angle of 317.62º 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 #B2348D is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 141 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.30 |
| HSL | 317.62º | 0.55% | 0.45% | - |
| HSV(B) | 317.62º | 0.71% | 0.7% | - |
| XYZ | 24.4 | 13.84 | 26.59 | - |
| YUV | 99.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 141 | 0 | 0.71 | 0.21 | 0.30 | 317.62 | 0.55 | 0.45 |
| Hex | B2 | 34 | 8D | 0 | 47 | 15 | 1E | 13E | 37 | 2D |
| Octal | 262 | 64 | 215 | 0 | 107 | 25 | 36 | 476 | 67 | 55 |
| Binary | 10110010 | 110100 | 10001101 | 0 | 1000111 | 10101 | 11110 | 100111110 | 110111 | 101101 |
Color Harmonies of #B2348D
Complementary color
Monochromatic Colors of #B2348D
Black with #B2348D
Text Example
Text Example
White with #B2348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2348D; }
p { color: rgb(178,52,141); }
H1.HeaderClassName
{
color: #B2348D;
}
.AnyTagClassName
{
color: #B2348D;
}
</style>
background-color css
<style>
a { background-color: #B2348D; }
a { background-color: rgb(178,52,141); }
div.DivClassName
{
background-color: #B2348D;
}
.BgClassName
{
background-color: #B2348D;
}
</style>
border-color css
<style>
span { border-color: #B2348D; }
span { border-color: rgb(178,52,141); }
td.TdClassName
{
border-color: #B2348D;
}
.TagClassName
{
border-color: #B2348D;
}
</style>