Shades of Medium Red Violet #B23977
Tints of Medium Red Violet #B23977
RGB
CMYK
RGB Variations
Color information
#B23977 (or 0xB23977) is known color: Medium Red Violet. HEX triplet: B2, 39 and 77. RGB value is (178,57,119). Sum of RGB (Red+Green+Blue) = 178+57+119=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B23977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23977 is #4DC688. Grayscale: #646464. Windows color (decimal): -5097097 or 7813554. OLE color: 7813554.
HSL color Cylindrical-coordinate representation of color #B23977: hue angle of 329.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 #B23977 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 119 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.30 |
| HSL | 329.26º | 0.51% | 0.46% | - |
| HSV(B) | 329.26º | 0.68% | 0.7% | - |
| XYZ | 23.15 | 13.72 | 18.88 | - |
| YUV | 100.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 119 | 0 | 0.68 | 0.33 | 0.30 | 329.26 | 0.51 | 0.46 |
| Hex | B2 | 39 | 77 | 0 | 44 | 21 | 1E | 149 | 33 | 2E |
| Octal | 262 | 71 | 167 | 0 | 104 | 41 | 36 | 511 | 63 | 56 |
| Binary | 10110010 | 111001 | 1110111 | 0 | 1000100 | 100001 | 11110 | 101001001 | 110011 | 101110 |
Color Harmonies of #B23977
Complementary color
Monochromatic Colors of #B23977
Black with #B23977
Text Example
Text Example
White with #B23977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23977; }
p { color: rgb(178,57,119); }
H1.HeaderClassName
{
color: #B23977;
}
.AnyTagClassName
{
color: #B23977;
}
</style>
background-color css
<style>
a { background-color: #B23977; }
a { background-color: rgb(178,57,119); }
div.DivClassName
{
background-color: #B23977;
}
.BgClassName
{
background-color: #B23977;
}
</style>
border-color css
<style>
span { border-color: #B23977; }
span { border-color: rgb(178,57,119); }
td.TdClassName
{
border-color: #B23977;
}
.TagClassName
{
border-color: #B23977;
}
</style>