Shades of Medium Red Violet #B23673
Tints of Medium Red Violet #B23673
RGB
CMYK
RGB Variations
Color information
#B23673 (or 0xB23673) is known color: Medium Red Violet. HEX triplet: B2, 36 and 73. RGB value is (178,54,115). Sum of RGB (Red+Green+Blue) = 178+54+115=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23673 is #4DC98C. Grayscale: #616161. Windows color (decimal): -5097869 or 7550642. OLE color: 7550642.
HSL color Cylindrical-coordinate representation of color #B23673: hue angle of 330.48º degrees, saturation: 0.53, 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 #B23673 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 115 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.30 |
| HSL | 330.48º | 0.53% | 0.45% | - |
| HSV(B) | 330.48º | 0.7% | 0.7% | - |
| XYZ | 22.77 | 13.34 | 17.59 | - |
| YUV | 98.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 115 | 0 | 0.70 | 0.35 | 0.30 | 330.48 | 0.53 | 0.45 |
| Hex | B2 | 36 | 73 | 0 | 46 | 23 | 1E | 14A | 35 | 2D |
| Octal | 262 | 66 | 163 | 0 | 106 | 43 | 36 | 512 | 65 | 55 |
| Binary | 10110010 | 110110 | 1110011 | 0 | 1000110 | 100011 | 11110 | 101001010 | 110101 | 101101 |
Color Harmonies of #B23673
Complementary color
Monochromatic Colors of #B23673
Black with #B23673
Text Example
Text Example
White with #B23673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23673; }
p { color: rgb(178,54,115); }
H1.HeaderClassName
{
color: #B23673;
}
.AnyTagClassName
{
color: #B23673;
}
</style>
background-color css
<style>
a { background-color: #B23673; }
a { background-color: rgb(178,54,115); }
div.DivClassName
{
background-color: #B23673;
}
.BgClassName
{
background-color: #B23673;
}
</style>
border-color css
<style>
span { border-color: #B23673; }
span { border-color: rgb(178,54,115); }
td.TdClassName
{
border-color: #B23673;
}
.TagClassName
{
border-color: #B23673;
}
</style>