Shades of Medium Red Violet #B02D8F
Tints of Medium Red Violet #B02D8F
RGB
CMYK
RGB Variations
Color information
#B02D8F (or 0xB02D8F) is known color: Medium Red Violet. HEX triplet: B0, 2D and 8F. RGB value is (176,45,143). Sum of RGB (Red+Green+Blue) = 176+45+143=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D8F is #4FD270. Grayscale: #5F5F5F. Windows color (decimal): -5231217 or 9383344. OLE color: 9383344.
HSL color Cylindrical-coordinate representation of color #B02D8F: hue angle of 315.11º 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 #B02D8F is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 143 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.31 |
| HSL | 315.11º | 0.59% | 0.43% | - |
| HSV(B) | 315.11º | 0.74% | 0.69% | - |
| XYZ | 23.8 | 13.09 | 27.26 | - |
| YUV | 95.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 143 | 0 | 0.74 | 0.19 | 0.31 | 315.11 | 0.59 | 0.43 |
| Hex | B0 | 2D | 8F | 0 | 4A | 13 | 1F | 13B | 3B | 2B |
| Octal | 260 | 55 | 217 | 0 | 112 | 23 | 37 | 473 | 73 | 53 |
| Binary | 10110000 | 101101 | 10001111 | 0 | 1001010 | 10011 | 11111 | 100111011 | 111011 | 101011 |
Color Harmonies of #B02D8F
Complementary color
Monochromatic Colors of #B02D8F
Black with #B02D8F
Text Example
Text Example
White with #B02D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D8F; }
p { color: rgb(176,45,143); }
H1.HeaderClassName
{
color: #B02D8F;
}
.AnyTagClassName
{
color: #B02D8F;
}
</style>
background-color css
<style>
a { background-color: #B02D8F; }
a { background-color: rgb(176,45,143); }
div.DivClassName
{
background-color: #B02D8F;
}
.BgClassName
{
background-color: #B02D8F;
}
</style>
border-color css
<style>
span { border-color: #B02D8F; }
span { border-color: rgb(176,45,143); }
td.TdClassName
{
border-color: #B02D8F;
}
.TagClassName
{
border-color: #B02D8F;
}
</style>