Shades of Medium Red Violet #B23997
Tints of Medium Red Violet #B23997
RGB
CMYK
RGB Variations
Color information
#B23997 (or 0xB23997) is known color: Medium Red Violet. HEX triplet: B2, 39 and 97. RGB value is (178,57,151). Sum of RGB (Red+Green+Blue) = 178+57+151=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B23997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23997 is #4DC668. Grayscale: #676767. Windows color (decimal): -5097065 or 9910706. OLE color: 9910706.
HSL color Cylindrical-coordinate representation of color #B23997: hue angle of 313.39º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23997 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 151 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.30 |
| HSL | 313.39º | 0.51% | 0.46% | - |
| HSV(B) | 313.39º | 0.68% | 0.7% | - |
| XYZ | 25.41 | 14.63 | 30.76 | - |
| YUV | 103.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 151 | 0 | 0.68 | 0.15 | 0.30 | 313.39 | 0.51 | 0.46 |
| Hex | B2 | 39 | 97 | 0 | 44 | F | 1E | 139 | 33 | 2E |
| Octal | 262 | 71 | 227 | 0 | 104 | 17 | 36 | 471 | 63 | 56 |
| Binary | 10110010 | 111001 | 10010111 | 0 | 1000100 | 1111 | 11110 | 100111001 | 110011 | 101110 |
Color Harmonies of #B23997
Complementary color
Monochromatic Colors of #B23997
Black with #B23997
Text Example
Text Example
White with #B23997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23997; }
p { color: rgb(178,57,151); }
H1.HeaderClassName
{
color: #B23997;
}
.AnyTagClassName
{
color: #B23997;
}
</style>
background-color css
<style>
a { background-color: #B23997; }
a { background-color: rgb(178,57,151); }
div.DivClassName
{
background-color: #B23997;
}
.BgClassName
{
background-color: #B23997;
}
</style>
border-color css
<style>
span { border-color: #B23997; }
span { border-color: rgb(178,57,151); }
td.TdClassName
{
border-color: #B23997;
}
.TagClassName
{
border-color: #B23997;
}
</style>