Shades of Medium Red Violet #B23986
Tints of Medium Red Violet #B23986
RGB
CMYK
RGB Variations
Color information
#B23986 (or 0xB23986) is known color: Medium Red Violet. HEX triplet: B2, 39 and 86. RGB value is (178,57,134). Sum of RGB (Red+Green+Blue) = 178+57+134=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B23986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23986 is #4DC679. Grayscale: #656565. Windows color (decimal): -5097082 or 8796594. OLE color: 8796594.
HSL color Cylindrical-coordinate representation of color #B23986: hue angle of 321.82º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23986 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 134 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.30 |
| HSL | 321.82º | 0.51% | 0.46% | - |
| HSV(B) | 321.82º | 0.68% | 0.7% | - |
| XYZ | 24.13 | 14.11 | 24.01 | - |
| YUV | 101.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 134 | 0 | 0.68 | 0.25 | 0.30 | 321.82 | 0.51 | 0.46 |
| Hex | B2 | 39 | 86 | 0 | 44 | 19 | 1E | 142 | 33 | 2E |
| Octal | 262 | 71 | 206 | 0 | 104 | 31 | 36 | 502 | 63 | 56 |
| Binary | 10110010 | 111001 | 10000110 | 0 | 1000100 | 11001 | 11110 | 101000010 | 110011 | 101110 |
Color Harmonies of #B23986
Complementary color
Monochromatic Colors of #B23986
Black with #B23986
Text Example
Text Example
White with #B23986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23986; }
p { color: rgb(178,57,134); }
H1.HeaderClassName
{
color: #B23986;
}
.AnyTagClassName
{
color: #B23986;
}
</style>
background-color css
<style>
a { background-color: #B23986; }
a { background-color: rgb(178,57,134); }
div.DivClassName
{
background-color: #B23986;
}
.BgClassName
{
background-color: #B23986;
}
</style>
border-color css
<style>
span { border-color: #B23986; }
span { border-color: rgb(178,57,134); }
td.TdClassName
{
border-color: #B23986;
}
.TagClassName
{
border-color: #B23986;
}
</style>