Shades of Medium Red Violet #B02D78
Tints of Medium Red Violet #B02D78
RGB
CMYK
RGB Variations
Color information
#B02D78 (or 0xB02D78) is known color: Medium Red Violet. HEX triplet: B0, 2D and 78. RGB value is (176,45,120). Sum of RGB (Red+Green+Blue) = 176+45+120=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02D78 is #4FD287. Grayscale: #5C5C5C. Windows color (decimal): -5231240 or 7876016. OLE color: 7876016.
HSL color Cylindrical-coordinate representation of color #B02D78: hue angle of 325.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D78 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 120 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.31 |
| HSL | 325.65º | 0.59% | 0.43% | - |
| HSV(B) | 325.65º | 0.74% | 0.69% | - |
| XYZ | 22.23 | 12.46 | 19 | - |
| YUV | 92.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 120 | 0 | 0.74 | 0.32 | 0.31 | 325.65 | 0.59 | 0.43 |
| Hex | B0 | 2D | 78 | 0 | 4A | 20 | 1F | 146 | 3B | 2B |
| Octal | 260 | 55 | 170 | 0 | 112 | 40 | 37 | 506 | 73 | 53 |
| Binary | 10110000 | 101101 | 1111000 | 0 | 1001010 | 100000 | 11111 | 101000110 | 111011 | 101011 |
Color Harmonies of #B02D78
Complementary color
Monochromatic Colors of #B02D78
Black with #B02D78
Text Example
Text Example
White with #B02D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D78; }
p { color: rgb(176,45,120); }
H1.HeaderClassName
{
color: #B02D78;
}
.AnyTagClassName
{
color: #B02D78;
}
</style>
background-color css
<style>
a { background-color: #B02D78; }
a { background-color: rgb(176,45,120); }
div.DivClassName
{
background-color: #B02D78;
}
.BgClassName
{
background-color: #B02D78;
}
</style>
border-color css
<style>
span { border-color: #B02D78; }
span { border-color: rgb(176,45,120); }
td.TdClassName
{
border-color: #B02D78;
}
.TagClassName
{
border-color: #B02D78;
}
</style>