Shades of Medium Red Violet #B23578
Tints of Medium Red Violet #B23578
RGB
CMYK
RGB Variations
Color information
#B23578 (or 0xB23578) is known color: Medium Red Violet. HEX triplet: B2, 35 and 78. RGB value is (178,53,120). Sum of RGB (Red+Green+Blue) = 178+53+120=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B23578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23578 is #4DCA87. Grayscale: #616161. Windows color (decimal): -5098120 or 7878066. OLE color: 7878066.
HSL color Cylindrical-coordinate representation of color #B23578: hue angle of 327.84º 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 #B23578 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 120 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.30 |
| HSL | 327.84º | 0.54% | 0.45% | - |
| HSV(B) | 327.84º | 0.7% | 0.7% | - |
| XYZ | 23.02 | 13.37 | 19.14 | - |
| YUV | 98.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 120 | 0 | 0.70 | 0.33 | 0.30 | 327.84 | 0.54 | 0.45 |
| Hex | B2 | 35 | 78 | 0 | 46 | 21 | 1E | 148 | 36 | 2D |
| Octal | 262 | 65 | 170 | 0 | 106 | 41 | 36 | 510 | 66 | 55 |
| Binary | 10110010 | 110101 | 1111000 | 0 | 1000110 | 100001 | 11110 | 101001000 | 110110 | 101101 |
Color Harmonies of #B23578
Complementary color
Monochromatic Colors of #B23578
Black with #B23578
Text Example
Text Example
White with #B23578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23578; }
p { color: rgb(178,53,120); }
H1.HeaderClassName
{
color: #B23578;
}
.AnyTagClassName
{
color: #B23578;
}
</style>
background-color css
<style>
a { background-color: #B23578; }
a { background-color: rgb(178,53,120); }
div.DivClassName
{
background-color: #B23578;
}
.BgClassName
{
background-color: #B23578;
}
</style>
border-color css
<style>
span { border-color: #B23578; }
span { border-color: rgb(178,53,120); }
td.TdClassName
{
border-color: #B23578;
}
.TagClassName
{
border-color: #B23578;
}
</style>