Shades of Medium Red Violet #B23979
Tints of Medium Red Violet #B23979
RGB
CMYK
RGB Variations
Color information
#B23979 (or 0xB23979) is known color: Medium Red Violet. HEX triplet: B2, 39 and 79. RGB value is (178,57,121). Sum of RGB (Red+Green+Blue) = 178+57+121=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B23979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23979 is #4DC686. Grayscale: #646464. Windows color (decimal): -5097095 or 7944626. OLE color: 7944626.
HSL color Cylindrical-coordinate representation of color #B23979: hue angle of 328.26º 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 #B23979 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 121 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.30 |
| HSL | 328.26º | 0.51% | 0.46% | - |
| HSV(B) | 328.26º | 0.68% | 0.7% | - |
| XYZ | 23.27 | 13.77 | 19.52 | - |
| YUV | 100.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 121 | 0 | 0.68 | 0.32 | 0.30 | 328.26 | 0.51 | 0.46 |
| Hex | B2 | 39 | 79 | 0 | 44 | 20 | 1E | 148 | 33 | 2E |
| Octal | 262 | 71 | 171 | 0 | 104 | 40 | 36 | 510 | 63 | 56 |
| Binary | 10110010 | 111001 | 1111001 | 0 | 1000100 | 100000 | 11110 | 101001000 | 110011 | 101110 |
Color Harmonies of #B23979
Complementary color
Monochromatic Colors of #B23979
Black with #B23979
Text Example
Text Example
White with #B23979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23979; }
p { color: rgb(178,57,121); }
H1.HeaderClassName
{
color: #B23979;
}
.AnyTagClassName
{
color: #B23979;
}
</style>
background-color css
<style>
a { background-color: #B23979; }
a { background-color: rgb(178,57,121); }
div.DivClassName
{
background-color: #B23979;
}
.BgClassName
{
background-color: #B23979;
}
</style>
border-color css
<style>
span { border-color: #B23979; }
span { border-color: rgb(178,57,121); }
td.TdClassName
{
border-color: #B23979;
}
.TagClassName
{
border-color: #B23979;
}
</style>