Shades of Medium Red Violet #B02B6F
Tints of Medium Red Violet #B02B6F
RGB
CMYK
RGB Variations
Color information
#B02B6F (or 0xB02B6F) is known color: Medium Red Violet. HEX triplet: B0, 2B and 6F. RGB value is (176,43,111). Sum of RGB (Red+Green+Blue) = 176+43+111=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B6F is #4FD490. Grayscale: #5A5A5A. Windows color (decimal): -5231761 or 7285680. OLE color: 7285680.
HSL color Cylindrical-coordinate representation of color #B02B6F: hue angle of 329.32º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02B6F is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 43 | 111 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.31 |
| HSL | 329.32º | 0.61% | 0.43% | - |
| HSV(B) | 329.32º | 0.76% | 0.69% | - |
| XYZ | 21.64 | 12.11 | 16.24 | - |
| YUV | 90.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 111 | 0 | 0.76 | 0.37 | 0.31 | 329.32 | 0.61 | 0.43 |
| Hex | B0 | 2B | 6F | 0 | 4C | 25 | 1F | 149 | 3D | 2B |
| Octal | 260 | 53 | 157 | 0 | 114 | 45 | 37 | 511 | 75 | 53 |
| Binary | 10110000 | 101011 | 1101111 | 0 | 1001100 | 100101 | 11111 | 101001001 | 111101 | 101011 |
Color Harmonies of #B02B6F
Complementary color
Monochromatic Colors of #B02B6F
Black with #B02B6F
Text Example
Text Example
White with #B02B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02B6F; }
p { color: rgb(176,43,111); }
H1.HeaderClassName
{
color: #B02B6F;
}
.AnyTagClassName
{
color: #B02B6F;
}
</style>
background-color css
<style>
a { background-color: #B02B6F; }
a { background-color: rgb(176,43,111); }
div.DivClassName
{
background-color: #B02B6F;
}
.BgClassName
{
background-color: #B02B6F;
}
</style>
border-color css
<style>
span { border-color: #B02B6F; }
span { border-color: rgb(176,43,111); }
td.TdClassName
{
border-color: #B02B6F;
}
.TagClassName
{
border-color: #B02B6F;
}
</style>