Shades of Medium Red Violet #B2349F
Tints of Medium Red Violet #B2349F
RGB
CMYK
RGB Variations
Color information
#B2349F (or 0xB2349F) is known color: Medium Red Violet. HEX triplet: B2, 34 and 9F. RGB value is (178,52,159). Sum of RGB (Red+Green+Blue) = 178+52+159=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2349F is #4DCB60. Grayscale: #656565. Windows color (decimal): -5098337 or 10433714. OLE color: 10433714.
HSL color Cylindrical-coordinate representation of color #B2349F: hue angle of 309.05º 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 #B2349F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 159 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.30 |
| HSL | 309.05º | 0.55% | 0.45% | - |
| HSV(B) | 309.05º | 0.71% | 0.7% | - |
| XYZ | 25.85 | 14.42 | 34.22 | - |
| YUV | 101.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 159 | 0 | 0.71 | 0.11 | 0.30 | 309.05 | 0.55 | 0.45 |
| Hex | B2 | 34 | 9F | 0 | 47 | B | 1E | 135 | 37 | 2D |
| Octal | 262 | 64 | 237 | 0 | 107 | 13 | 36 | 465 | 67 | 55 |
| Binary | 10110010 | 110100 | 10011111 | 0 | 1000111 | 1011 | 11110 | 100110101 | 110111 | 101101 |
Color Harmonies of #B2349F
Complementary color
Monochromatic Colors of #B2349F
Black with #B2349F
Text Example
Text Example
White with #B2349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2349F; }
p { color: rgb(178,52,159); }
H1.HeaderClassName
{
color: #B2349F;
}
.AnyTagClassName
{
color: #B2349F;
}
</style>
background-color css
<style>
a { background-color: #B2349F; }
a { background-color: rgb(178,52,159); }
div.DivClassName
{
background-color: #B2349F;
}
.BgClassName
{
background-color: #B2349F;
}
</style>
border-color css
<style>
span { border-color: #B2349F; }
span { border-color: rgb(178,52,159); }
td.TdClassName
{
border-color: #B2349F;
}
.TagClassName
{
border-color: #B2349F;
}
</style>