Shades of Medium Red Violet #B02677
Tints of Medium Red Violet #B02677
RGB
CMYK
RGB Variations
Color information
#B02677 (or 0xB02677) is known color: Medium Red Violet. HEX triplet: B0, 26 and 77. RGB value is (176,38,119). Sum of RGB (Red+Green+Blue) = 176+38+119=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B02677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02677 is #4FD988. Grayscale: #585858. Windows color (decimal): -5233033 or 7808688. OLE color: 7808688.
HSL color Cylindrical-coordinate representation of color #B02677: hue angle of 324.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02677 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 119 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.31 |
| HSL | 324.78º | 0.64% | 0.42% | - |
| HSV(B) | 324.78º | 0.78% | 0.69% | - |
| XYZ | 21.93 | 11.95 | 18.6 | - |
| YUV | 88.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 119 | 0 | 0.78 | 0.32 | 0.31 | 324.78 | 0.64 | 0.42 |
| Hex | B0 | 26 | 77 | 0 | 4E | 20 | 1F | 145 | 40 | 2A |
| Octal | 260 | 46 | 167 | 0 | 116 | 40 | 37 | 505 | 100 | 52 |
| Binary | 10110000 | 100110 | 1110111 | 0 | 1001110 | 100000 | 11111 | 101000101 | 1000000 | 101010 |
Color Harmonies of #B02677
Complementary color
Monochromatic Colors of #B02677
Black with #B02677
Text Example
Text Example
White with #B02677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02677; }
p { color: rgb(176,38,119); }
H1.HeaderClassName
{
color: #B02677;
}
.AnyTagClassName
{
color: #B02677;
}
</style>
background-color css
<style>
a { background-color: #B02677; }
a { background-color: rgb(176,38,119); }
div.DivClassName
{
background-color: #B02677;
}
.BgClassName
{
background-color: #B02677;
}
</style>
border-color css
<style>
span { border-color: #B02677; }
span { border-color: rgb(176,38,119); }
td.TdClassName
{
border-color: #B02677;
}
.TagClassName
{
border-color: #B02677;
}
</style>