Shades of Medium Red Violet #B23E96
Tints of Medium Red Violet #B23E96
RGB
CMYK
RGB Variations
Color information
#B23E96 (or 0xB23E96) is known color: Medium Red Violet. HEX triplet: B2, 3E and 96. RGB value is (178,62,150). Sum of RGB (Red+Green+Blue) = 178+62+150=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23E96 is #4DC169. Grayscale: #6A6A6A. Windows color (decimal): -5095786 or 9846450. OLE color: 9846450.
HSL color Cylindrical-coordinate representation of color #B23E96: hue angle of 314.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E96 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 150 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.30 |
| HSL | 314.48º | 0.48% | 0.47% | - |
| HSV(B) | 314.48º | 0.65% | 0.7% | - |
| XYZ | 25.59 | 15.11 | 30.42 | - |
| YUV | 106.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 150 | 0 | 0.65 | 0.16 | 0.30 | 314.48 | 0.48 | 0.47 |
| Hex | B2 | 3E | 96 | 0 | 41 | 10 | 1E | 13A | 30 | 2F |
| Octal | 262 | 76 | 226 | 0 | 101 | 20 | 36 | 472 | 60 | 57 |
| Binary | 10110010 | 111110 | 10010110 | 0 | 1000001 | 10000 | 11110 | 100111010 | 110000 | 101111 |
Color Harmonies of #B23E96
Complementary color
Monochromatic Colors of #B23E96
Black with #B23E96
Text Example
Text Example
White with #B23E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E96; }
p { color: rgb(178,62,150); }
H1.HeaderClassName
{
color: #B23E96;
}
.AnyTagClassName
{
color: #B23E96;
}
</style>
background-color css
<style>
a { background-color: #B23E96; }
a { background-color: rgb(178,62,150); }
div.DivClassName
{
background-color: #B23E96;
}
.BgClassName
{
background-color: #B23E96;
}
</style>
border-color css
<style>
span { border-color: #B23E96; }
span { border-color: rgb(178,62,150); }
td.TdClassName
{
border-color: #B23E96;
}
.TagClassName
{
border-color: #B23E96;
}
</style>