Shades of Medium Red Violet #B23095
Tints of Medium Red Violet #B23095
RGB
CMYK
RGB Variations
Color information
#B23095 (or 0xB23095) is known color: Medium Red Violet. HEX triplet: B2, 30 and 95. RGB value is (178,48,149). Sum of RGB (Red+Green+Blue) = 178+48+149=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B23095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23095 is #4DCF6A. Grayscale: #626262. Windows color (decimal): -5099371 or 9777330. OLE color: 9777330.
HSL color Cylindrical-coordinate representation of color #B23095: hue angle of 313.38º 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 #B23095 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 149 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.30 |
| HSL | 313.38º | 0.58% | 0.44% | - |
| HSV(B) | 313.38º | 0.73% | 0.7% | - |
| XYZ | 24.84 | 13.75 | 29.78 | - |
| YUV | 98.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 149 | 0 | 0.73 | 0.16 | 0.30 | 313.38 | 0.58 | 0.44 |
| Hex | B2 | 30 | 95 | 0 | 49 | 10 | 1E | 139 | 3A | 2C |
| Octal | 262 | 60 | 225 | 0 | 111 | 20 | 36 | 471 | 72 | 54 |
| Binary | 10110010 | 110000 | 10010101 | 0 | 1001001 | 10000 | 11110 | 100111001 | 111010 | 101100 |
Color Harmonies of #B23095
Complementary color
Monochromatic Colors of #B23095
Black with #B23095
Text Example
Text Example
White with #B23095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23095; }
p { color: rgb(178,48,149); }
H1.HeaderClassName
{
color: #B23095;
}
.AnyTagClassName
{
color: #B23095;
}
</style>
background-color css
<style>
a { background-color: #B23095; }
a { background-color: rgb(178,48,149); }
div.DivClassName
{
background-color: #B23095;
}
.BgClassName
{
background-color: #B23095;
}
</style>
border-color css
<style>
span { border-color: #B23095; }
span { border-color: rgb(178,48,149); }
td.TdClassName
{
border-color: #B23095;
}
.TagClassName
{
border-color: #B23095;
}
</style>