Shades of Medium Red Violet #B23077
Tints of Medium Red Violet #B23077
RGB
CMYK
RGB Variations
Color information
#B23077 (or 0xB23077) is known color: Medium Red Violet. HEX triplet: B2, 30 and 77. RGB value is (178,48,119). Sum of RGB (Red+Green+Blue) = 178+48+119=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23077 is #4DCF88. Grayscale: #5E5E5E. Windows color (decimal): -5099401 or 7811250. OLE color: 7811250.
HSL color Cylindrical-coordinate representation of color #B23077: hue angle of 327.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23077 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 119 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.30 |
| HSL | 327.23º | 0.58% | 0.44% | - |
| HSV(B) | 327.23º | 0.73% | 0.7% | - |
| XYZ | 22.75 | 12.91 | 18.75 | - |
| YUV | 94.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 119 | 0 | 0.73 | 0.33 | 0.30 | 327.23 | 0.58 | 0.44 |
| Hex | B2 | 30 | 77 | 0 | 49 | 21 | 1E | 147 | 3A | 2C |
| Octal | 262 | 60 | 167 | 0 | 111 | 41 | 36 | 507 | 72 | 54 |
| Binary | 10110010 | 110000 | 1110111 | 0 | 1001001 | 100001 | 11110 | 101000111 | 111010 | 101100 |
Color Harmonies of #B23077
Complementary color
Monochromatic Colors of #B23077
Black with #B23077
Text Example
Text Example
White with #B23077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23077; }
p { color: rgb(178,48,119); }
H1.HeaderClassName
{
color: #B23077;
}
.AnyTagClassName
{
color: #B23077;
}
</style>
background-color css
<style>
a { background-color: #B23077; }
a { background-color: rgb(178,48,119); }
div.DivClassName
{
background-color: #B23077;
}
.BgClassName
{
background-color: #B23077;
}
</style>
border-color css
<style>
span { border-color: #B23077; }
span { border-color: rgb(178,48,119); }
td.TdClassName
{
border-color: #B23077;
}
.TagClassName
{
border-color: #B23077;
}
</style>