Shades of Medium Red Violet #B23685
Tints of Medium Red Violet #B23685
RGB
CMYK
RGB Variations
Color information
#B23685 (or 0xB23685) is known color: Medium Red Violet. HEX triplet: B2, 36 and 85. RGB value is (178,54,133). Sum of RGB (Red+Green+Blue) = 178+54+133=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B23685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23685 is #4DC97A. Grayscale: #636363. Windows color (decimal): -5097851 or 8730290. OLE color: 8730290.
HSL color Cylindrical-coordinate representation of color #B23685: hue angle of 321.77º 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 #B23685 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 133 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.30 |
| HSL | 321.77º | 0.53% | 0.45% | - |
| HSV(B) | 321.77º | 0.7% | 0.7% | - |
| XYZ | 23.91 | 13.8 | 23.59 | - |
| YUV | 100.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 133 | 0 | 0.70 | 0.25 | 0.30 | 321.77 | 0.53 | 0.45 |
| Hex | B2 | 36 | 85 | 0 | 46 | 19 | 1E | 142 | 35 | 2D |
| Octal | 262 | 66 | 205 | 0 | 106 | 31 | 36 | 502 | 65 | 55 |
| Binary | 10110010 | 110110 | 10000101 | 0 | 1000110 | 11001 | 11110 | 101000010 | 110101 | 101101 |
Color Harmonies of #B23685
Complementary color
Monochromatic Colors of #B23685
Black with #B23685
Text Example
Text Example
White with #B23685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23685; }
p { color: rgb(178,54,133); }
H1.HeaderClassName
{
color: #B23685;
}
.AnyTagClassName
{
color: #B23685;
}
</style>
background-color css
<style>
a { background-color: #B23685; }
a { background-color: rgb(178,54,133); }
div.DivClassName
{
background-color: #B23685;
}
.BgClassName
{
background-color: #B23685;
}
</style>
border-color css
<style>
span { border-color: #B23685; }
span { border-color: rgb(178,54,133); }
td.TdClassName
{
border-color: #B23685;
}
.TagClassName
{
border-color: #B23685;
}
</style>