Shades of Medium Red Violet #B23999
Tints of Medium Red Violet #B23999
RGB
CMYK
RGB Variations
Color information
#B23999 (or 0xB23999) is known color: Medium Red Violet. HEX triplet: B2, 39 and 99. RGB value is (178,57,153). Sum of RGB (Red+Green+Blue) = 178+57+153=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B23999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23999 is #4DC666. Grayscale: #676767. Windows color (decimal): -5097063 or 10041778. OLE color: 10041778.
HSL color Cylindrical-coordinate representation of color #B23999: hue angle of 312.4º 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 #B23999 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 153 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.30 |
| HSL | 312.4º | 0.51% | 0.46% | - |
| HSV(B) | 312.4º | 0.68% | 0.7% | - |
| XYZ | 25.57 | 14.69 | 31.62 | - |
| YUV | 104.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 153 | 0 | 0.68 | 0.14 | 0.30 | 312.4 | 0.51 | 0.46 |
| Hex | B2 | 39 | 99 | 0 | 44 | E | 1E | 138 | 33 | 2E |
| Octal | 262 | 71 | 231 | 0 | 104 | 16 | 36 | 470 | 63 | 56 |
| Binary | 10110010 | 111001 | 10011001 | 0 | 1000100 | 1110 | 11110 | 100111000 | 110011 | 101110 |
Color Harmonies of #B23999
Complementary color
Monochromatic Colors of #B23999
Black with #B23999
Text Example
Text Example
White with #B23999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23999; }
p { color: rgb(178,57,153); }
H1.HeaderClassName
{
color: #B23999;
}
.AnyTagClassName
{
color: #B23999;
}
</style>
background-color css
<style>
a { background-color: #B23999; }
a { background-color: rgb(178,57,153); }
div.DivClassName
{
background-color: #B23999;
}
.BgClassName
{
background-color: #B23999;
}
</style>
border-color css
<style>
span { border-color: #B23999; }
span { border-color: rgb(178,57,153); }
td.TdClassName
{
border-color: #B23999;
}
.TagClassName
{
border-color: #B23999;
}
</style>