Shades of Medium Red Violet #B23185
Tints of Medium Red Violet #B23185
RGB
CMYK
RGB Variations
Color information
#B23185 (or 0xB23185) is known color: Medium Red Violet. HEX triplet: B2, 31 and 85. RGB value is (178,49,133). Sum of RGB (Red+Green+Blue) = 178+49+133=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B23185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23185 is #4DCE7A. Grayscale: #606060. Windows color (decimal): -5099131 or 8729010. OLE color: 8729010.
HSL color Cylindrical-coordinate representation of color #B23185: hue angle of 320.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23185 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 133 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.30 |
| HSL | 320.93º | 0.57% | 0.45% | - |
| HSV(B) | 320.93º | 0.72% | 0.7% | - |
| XYZ | 23.69 | 13.36 | 23.52 | - |
| YUV | 97.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 133 | 0 | 0.72 | 0.25 | 0.30 | 320.93 | 0.57 | 0.45 |
| Hex | B2 | 31 | 85 | 0 | 48 | 19 | 1E | 141 | 39 | 2D |
| Octal | 262 | 61 | 205 | 0 | 110 | 31 | 36 | 501 | 71 | 55 |
| Binary | 10110010 | 110001 | 10000101 | 0 | 1001000 | 11001 | 11110 | 101000001 | 111001 | 101101 |
Color Harmonies of #B23185
Complementary color
Monochromatic Colors of #B23185
Black with #B23185
Text Example
Text Example
White with #B23185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23185; }
p { color: rgb(178,49,133); }
H1.HeaderClassName
{
color: #B23185;
}
.AnyTagClassName
{
color: #B23185;
}
</style>
background-color css
<style>
a { background-color: #B23185; }
a { background-color: rgb(178,49,133); }
div.DivClassName
{
background-color: #B23185;
}
.BgClassName
{
background-color: #B23185;
}
</style>
border-color css
<style>
span { border-color: #B23185; }
span { border-color: rgb(178,49,133); }
td.TdClassName
{
border-color: #B23185;
}
.TagClassName
{
border-color: #B23185;
}
</style>