Shades of Medium Red Violet #B23296
Tints of Medium Red Violet #B23296
RGB
CMYK
RGB Variations
Color information
#B23296 (or 0xB23296) is known color: Medium Red Violet. HEX triplet: B2, 32 and 96. RGB value is (178,50,150). Sum of RGB (Red+Green+Blue) = 178+50+150=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B23296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23296 is #4DCD69. Grayscale: #636363. Windows color (decimal): -5098858 or 9843378. OLE color: 9843378.
HSL color Cylindrical-coordinate representation of color #B23296: hue angle of 313.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23296 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 150 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.30 |
| HSL | 313.13º | 0.56% | 0.45% | - |
| HSV(B) | 313.13º | 0.72% | 0.7% | - |
| XYZ | 25.01 | 13.95 | 30.23 | - |
| YUV | 99.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 150 | 0 | 0.72 | 0.16 | 0.30 | 313.13 | 0.56 | 0.45 |
| Hex | B2 | 32 | 96 | 0 | 48 | 10 | 1E | 139 | 38 | 2D |
| Octal | 262 | 62 | 226 | 0 | 110 | 20 | 36 | 471 | 70 | 55 |
| Binary | 10110010 | 110010 | 10010110 | 0 | 1001000 | 10000 | 11110 | 100111001 | 111000 | 101101 |
Color Harmonies of #B23296
Complementary color
Monochromatic Colors of #B23296
Black with #B23296
Text Example
Text Example
White with #B23296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23296; }
p { color: rgb(178,50,150); }
H1.HeaderClassName
{
color: #B23296;
}
.AnyTagClassName
{
color: #B23296;
}
</style>
background-color css
<style>
a { background-color: #B23296; }
a { background-color: rgb(178,50,150); }
div.DivClassName
{
background-color: #B23296;
}
.BgClassName
{
background-color: #B23296;
}
</style>
border-color css
<style>
span { border-color: #B23296; }
span { border-color: rgb(178,50,150); }
td.TdClassName
{
border-color: #B23296;
}
.TagClassName
{
border-color: #B23296;
}
</style>