Shades of Medium Red Violet #B02C7A
Tints of Medium Red Violet #B02C7A
RGB
CMYK
RGB Variations
Color information
#B02C7A (or 0xB02C7A) is known color: Medium Red Violet. HEX triplet: B0, 2C and 7A. RGB value is (176,44,122). Sum of RGB (Red+Green+Blue) = 176+44+122=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C7A is #4FD385. Grayscale: #5C5C5C. Windows color (decimal): -5231494 or 8006832. OLE color: 8006832.
HSL color Cylindrical-coordinate representation of color #B02C7A: hue angle of 324.55º 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 #B02C7A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 122 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.31 |
| HSL | 324.55º | 0.6% | 0.43% | - |
| HSV(B) | 324.55º | 0.75% | 0.69% | - |
| XYZ | 22.32 | 12.44 | 19.64 | - |
| YUV | 92.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 122 | 0 | 0.75 | 0.31 | 0.31 | 324.55 | 0.6 | 0.43 |
| Hex | B0 | 2C | 7A | 0 | 4B | 1F | 1F | 145 | 3C | 2B |
| Octal | 260 | 54 | 172 | 0 | 113 | 37 | 37 | 505 | 74 | 53 |
| Binary | 10110000 | 101100 | 1111010 | 0 | 1001011 | 11111 | 11111 | 101000101 | 111100 | 101011 |
Color Harmonies of #B02C7A
Complementary color
Monochromatic Colors of #B02C7A
Black with #B02C7A
Text Example
Text Example
White with #B02C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C7A; }
p { color: rgb(176,44,122); }
H1.HeaderClassName
{
color: #B02C7A;
}
.AnyTagClassName
{
color: #B02C7A;
}
</style>
background-color css
<style>
a { background-color: #B02C7A; }
a { background-color: rgb(176,44,122); }
div.DivClassName
{
background-color: #B02C7A;
}
.BgClassName
{
background-color: #B02C7A;
}
</style>
border-color css
<style>
span { border-color: #B02C7A; }
span { border-color: rgb(176,44,122); }
td.TdClassName
{
border-color: #B02C7A;
}
.TagClassName
{
border-color: #B02C7A;
}
</style>