Shades of Medium Red Violet #B2358E
Tints of Medium Red Violet #B2358E
RGB
CMYK
RGB Variations
Color information
#B2358E (or 0xB2358E) is known color: Medium Red Violet. HEX triplet: B2, 35 and 8E. RGB value is (178,53,142). Sum of RGB (Red+Green+Blue) = 178+53+142=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2358E is #4DCA71. Grayscale: #646464. Windows color (decimal): -5098098 or 9319858. OLE color: 9319858.
HSL color Cylindrical-coordinate representation of color #B2358E: hue angle of 317.28º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2358E is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 142 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.30 |
| HSL | 317.28º | 0.54% | 0.45% | - |
| HSV(B) | 317.28º | 0.7% | 0.7% | - |
| XYZ | 24.52 | 13.96 | 26.99 | - |
| YUV | 100.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 142 | 0 | 0.70 | 0.20 | 0.30 | 317.28 | 0.54 | 0.45 |
| Hex | B2 | 35 | 8E | 0 | 46 | 14 | 1E | 13D | 36 | 2D |
| Octal | 262 | 65 | 216 | 0 | 106 | 24 | 36 | 475 | 66 | 55 |
| Binary | 10110010 | 110101 | 10001110 | 0 | 1000110 | 10100 | 11110 | 100111101 | 110110 | 101101 |
Color Harmonies of #B2358E
Complementary color
Monochromatic Colors of #B2358E
Black with #B2358E
Text Example
Text Example
White with #B2358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2358E; }
p { color: rgb(178,53,142); }
H1.HeaderClassName
{
color: #B2358E;
}
.AnyTagClassName
{
color: #B2358E;
}
</style>
background-color css
<style>
a { background-color: #B2358E; }
a { background-color: rgb(178,53,142); }
div.DivClassName
{
background-color: #B2358E;
}
.BgClassName
{
background-color: #B2358E;
}
</style>
border-color css
<style>
span { border-color: #B2358E; }
span { border-color: rgb(178,53,142); }
td.TdClassName
{
border-color: #B2358E;
}
.TagClassName
{
border-color: #B2358E;
}
</style>