Shades of Medium Red Violet #B02C7E
Tints of Medium Red Violet #B02C7E
RGB
CMYK
RGB Variations
Color information
#B02C7E (or 0xB02C7E) is known color: Medium Red Violet. HEX triplet: B0, 2C and 7E. RGB value is (176,44,126). Sum of RGB (Red+Green+Blue) = 176+44+126=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C7E is #4FD381. Grayscale: #5C5C5C. Windows color (decimal): -5231490 or 8268976. OLE color: 8268976.
HSL color Cylindrical-coordinate representation of color #B02C7E: hue angle of 322.73º 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 #B02C7E is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 126 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.31 |
| HSL | 322.73º | 0.6% | 0.43% | - |
| HSV(B) | 322.73º | 0.75% | 0.69% | - |
| XYZ | 22.57 | 12.54 | 20.97 | - |
| YUV | 92.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 126 | 0 | 0.75 | 0.28 | 0.31 | 322.73 | 0.6 | 0.43 |
| Hex | B0 | 2C | 7E | 0 | 4B | 1C | 1F | 143 | 3C | 2B |
| Octal | 260 | 54 | 176 | 0 | 113 | 34 | 37 | 503 | 74 | 53 |
| Binary | 10110000 | 101100 | 1111110 | 0 | 1001011 | 11100 | 11111 | 101000011 | 111100 | 101011 |
Color Harmonies of #B02C7E
Complementary color
Monochromatic Colors of #B02C7E
Black with #B02C7E
Text Example
Text Example
White with #B02C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C7E; }
p { color: rgb(176,44,126); }
H1.HeaderClassName
{
color: #B02C7E;
}
.AnyTagClassName
{
color: #B02C7E;
}
</style>
background-color css
<style>
a { background-color: #B02C7E; }
a { background-color: rgb(176,44,126); }
div.DivClassName
{
background-color: #B02C7E;
}
.BgClassName
{
background-color: #B02C7E;
}
</style>
border-color css
<style>
span { border-color: #B02C7E; }
span { border-color: rgb(176,44,126); }
td.TdClassName
{
border-color: #B02C7E;
}
.TagClassName
{
border-color: #B02C7E;
}
</style>