Shades of Medium Red Violet #B02C92
Tints of Medium Red Violet #B02C92
RGB
CMYK
RGB Variations
Color information
#B02C92 (or 0xB02C92) is known color: Medium Red Violet. HEX triplet: B0, 2C and 92. RGB value is (176,44,146). Sum of RGB (Red+Green+Blue) = 176+44+146=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C92 is #4FD36D. Grayscale: #5E5E5E. Windows color (decimal): -5231470 or 9579696. OLE color: 9579696.
HSL color Cylindrical-coordinate representation of color #B02C92: hue angle of 313.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C92 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 146 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.31 |
| HSL | 313.64º | 0.6% | 0.43% | - |
| HSV(B) | 313.64º | 0.75% | 0.69% | - |
| XYZ | 23.99 | 13.11 | 28.46 | - |
| YUV | 95.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 146 | 0 | 0.75 | 0.17 | 0.31 | 313.64 | 0.6 | 0.43 |
| Hex | B0 | 2C | 92 | 0 | 4B | 11 | 1F | 13A | 3C | 2B |
| Octal | 260 | 54 | 222 | 0 | 113 | 21 | 37 | 472 | 74 | 53 |
| Binary | 10110000 | 101100 | 10010010 | 0 | 1001011 | 10001 | 11111 | 100111010 | 111100 | 101011 |
Color Harmonies of #B02C92
Complementary color
Monochromatic Colors of #B02C92
Black with #B02C92
Text Example
Text Example
White with #B02C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C92; }
p { color: rgb(176,44,146); }
H1.HeaderClassName
{
color: #B02C92;
}
.AnyTagClassName
{
color: #B02C92;
}
</style>
background-color css
<style>
a { background-color: #B02C92; }
a { background-color: rgb(176,44,146); }
div.DivClassName
{
background-color: #B02C92;
}
.BgClassName
{
background-color: #B02C92;
}
</style>
border-color css
<style>
span { border-color: #B02C92; }
span { border-color: rgb(176,44,146); }
td.TdClassName
{
border-color: #B02C92;
}
.TagClassName
{
border-color: #B02C92;
}
</style>