Shades of Medium Red Violet #B23B95
Tints of Medium Red Violet #B23B95
RGB
CMYK
RGB Variations
Color information
#B23B95 (or 0xB23B95) is known color: Medium Red Violet. HEX triplet: B2, 3B and 95. RGB value is (178,59,149). Sum of RGB (Red+Green+Blue) = 178+59+149=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B95 is #4DC46A. Grayscale: #686868. Windows color (decimal): -5096555 or 9780146. OLE color: 9780146.
HSL color Cylindrical-coordinate representation of color #B23B95: hue angle of 314.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B95 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 149 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.30 |
| HSL | 314.62º | 0.5% | 0.46% | - |
| HSV(B) | 314.62º | 0.67% | 0.7% | - |
| XYZ | 25.35 | 14.76 | 29.95 | - |
| YUV | 104.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 149 | 0 | 0.67 | 0.16 | 0.30 | 314.62 | 0.5 | 0.46 |
| Hex | B2 | 3B | 95 | 0 | 43 | 10 | 1E | 13B | 32 | 2E |
| Octal | 262 | 73 | 225 | 0 | 103 | 20 | 36 | 473 | 62 | 56 |
| Binary | 10110010 | 111011 | 10010101 | 0 | 1000011 | 10000 | 11110 | 100111011 | 110010 | 101110 |
Color Harmonies of #B23B95
Complementary color
Monochromatic Colors of #B23B95
Black with #B23B95
Text Example
Text Example
White with #B23B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B95; }
p { color: rgb(178,59,149); }
H1.HeaderClassName
{
color: #B23B95;
}
.AnyTagClassName
{
color: #B23B95;
}
</style>
background-color css
<style>
a { background-color: #B23B95; }
a { background-color: rgb(178,59,149); }
div.DivClassName
{
background-color: #B23B95;
}
.BgClassName
{
background-color: #B23B95;
}
</style>
border-color css
<style>
span { border-color: #B23B95; }
span { border-color: rgb(178,59,149); }
td.TdClassName
{
border-color: #B23B95;
}
.TagClassName
{
border-color: #B23B95;
}
</style>