Shades of Medium Red Violet #B23087
Tints of Medium Red Violet #B23087
RGB
CMYK
RGB Variations
Color information
#B23087 (or 0xB23087) is known color: Medium Red Violet. HEX triplet: B2, 30 and 87. RGB value is (178,48,135). Sum of RGB (Red+Green+Blue) = 178+48+135=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23087 is #4DCF78. Grayscale: #606060. Windows color (decimal): -5099385 or 8859826. OLE color: 8859826.
HSL color Cylindrical-coordinate representation of color #B23087: hue angle of 319.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23087 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 135 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.30 |
| HSL | 319.85º | 0.58% | 0.44% | - |
| HSV(B) | 319.85º | 0.73% | 0.7% | - |
| XYZ | 23.79 | 13.33 | 24.24 | - |
| YUV | 96.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 135 | 0 | 0.73 | 0.24 | 0.30 | 319.85 | 0.58 | 0.44 |
| Hex | B2 | 30 | 87 | 0 | 49 | 18 | 1E | 140 | 3A | 2C |
| Octal | 262 | 60 | 207 | 0 | 111 | 30 | 36 | 500 | 72 | 54 |
| Binary | 10110010 | 110000 | 10000111 | 0 | 1001001 | 11000 | 11110 | 101000000 | 111010 | 101100 |
Color Harmonies of #B23087
Complementary color
Monochromatic Colors of #B23087
Black with #B23087
Text Example
Text Example
White with #B23087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23087; }
p { color: rgb(178,48,135); }
H1.HeaderClassName
{
color: #B23087;
}
.AnyTagClassName
{
color: #B23087;
}
</style>
background-color css
<style>
a { background-color: #B23087; }
a { background-color: rgb(178,48,135); }
div.DivClassName
{
background-color: #B23087;
}
.BgClassName
{
background-color: #B23087;
}
</style>
border-color css
<style>
span { border-color: #B23087; }
span { border-color: rgb(178,48,135); }
td.TdClassName
{
border-color: #B23087;
}
.TagClassName
{
border-color: #B23087;
}
</style>