Shades of Medium Red Violet #B02675
Tints of Medium Red Violet #B02675
RGB
CMYK
RGB Variations
Color information
#B02675 (or 0xB02675) is known color: Medium Red Violet. HEX triplet: B0, 26 and 75. RGB value is (176,38,117). Sum of RGB (Red+Green+Blue) = 176+38+117=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B02675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02675 is #4FD98A. Grayscale: #585858. Windows color (decimal): -5233035 or 7677616. OLE color: 7677616.
HSL color Cylindrical-coordinate representation of color #B02675: hue angle of 325.65º 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 #B02675 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 117 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.31 |
| HSL | 325.65º | 0.64% | 0.42% | - |
| HSV(B) | 325.65º | 0.78% | 0.69% | - |
| XYZ | 21.81 | 11.9 | 17.98 | - |
| YUV | 88.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 117 | 0 | 0.78 | 0.34 | 0.31 | 325.65 | 0.64 | 0.42 |
| Hex | B0 | 26 | 75 | 0 | 4E | 22 | 1F | 146 | 40 | 2A |
| Octal | 260 | 46 | 165 | 0 | 116 | 42 | 37 | 506 | 100 | 52 |
| Binary | 10110000 | 100110 | 1110101 | 0 | 1001110 | 100010 | 11111 | 101000110 | 1000000 | 101010 |
Color Harmonies of #B02675
Complementary color
Monochromatic Colors of #B02675
Black with #B02675
Text Example
Text Example
White with #B02675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02675; }
p { color: rgb(176,38,117); }
H1.HeaderClassName
{
color: #B02675;
}
.AnyTagClassName
{
color: #B02675;
}
</style>
background-color css
<style>
a { background-color: #B02675; }
a { background-color: rgb(176,38,117); }
div.DivClassName
{
background-color: #B02675;
}
.BgClassName
{
background-color: #B02675;
}
</style>
border-color css
<style>
span { border-color: #B02675; }
span { border-color: rgb(176,38,117); }
td.TdClassName
{
border-color: #B02675;
}
.TagClassName
{
border-color: #B02675;
}
</style>