Shades of Medium Red Violet #B23089
Tints of Medium Red Violet #B23089
RGB
CMYK
RGB Variations
Color information
#B23089 (or 0xB23089) is known color: Medium Red Violet. HEX triplet: B2, 30 and 89. RGB value is (178,48,137). Sum of RGB (Red+Green+Blue) = 178+48+137=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23089 is #4DCF76. Grayscale: #606060. Windows color (decimal): -5099383 or 8990898. OLE color: 8990898.
HSL color Cylindrical-coordinate representation of color #B23089: hue angle of 318.92º 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 #B23089 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 137 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.30 |
| HSL | 318.92º | 0.58% | 0.44% | - |
| HSV(B) | 318.92º | 0.73% | 0.7% | - |
| XYZ | 23.93 | 13.39 | 24.99 | - |
| YUV | 97.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 137 | 0 | 0.73 | 0.23 | 0.30 | 318.92 | 0.58 | 0.44 |
| Hex | B2 | 30 | 89 | 0 | 49 | 17 | 1E | 13F | 3A | 2C |
| Octal | 262 | 60 | 211 | 0 | 111 | 27 | 36 | 477 | 72 | 54 |
| Binary | 10110010 | 110000 | 10001001 | 0 | 1001001 | 10111 | 11110 | 100111111 | 111010 | 101100 |
Color Harmonies of #B23089
Complementary color
Monochromatic Colors of #B23089
Black with #B23089
Text Example
Text Example
White with #B23089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23089; }
p { color: rgb(178,48,137); }
H1.HeaderClassName
{
color: #B23089;
}
.AnyTagClassName
{
color: #B23089;
}
</style>
background-color css
<style>
a { background-color: #B23089; }
a { background-color: rgb(178,48,137); }
div.DivClassName
{
background-color: #B23089;
}
.BgClassName
{
background-color: #B23089;
}
</style>
border-color css
<style>
span { border-color: #B23089; }
span { border-color: rgb(178,48,137); }
td.TdClassName
{
border-color: #B23089;
}
.TagClassName
{
border-color: #B23089;
}
</style>