Shades of Medium Red Violet #B03F8F
Tints of Medium Red Violet #B03F8F
RGB
CMYK
RGB Variations
Color information
#B03F8F (or 0xB03F8F) is known color: Medium Red Violet. HEX triplet: B0, 3F and 8F. RGB value is (176,63,143). Sum of RGB (Red+Green+Blue) = 176+63+143=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03F8F is #4FC070. Grayscale: #696969. Windows color (decimal): -5226609 or 9387952. OLE color: 9387952.
HSL color Cylindrical-coordinate representation of color #B03F8F: hue angle of 317.52º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F8F is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 143 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.31 |
| HSL | 317.52º | 0.47% | 0.47% | - |
| HSV(B) | 317.52º | 0.64% | 0.69% | - |
| XYZ | 24.64 | 14.77 | 27.54 | - |
| YUV | 105.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 143 | 0 | 0.64 | 0.19 | 0.31 | 317.52 | 0.47 | 0.47 |
| Hex | B0 | 3F | 8F | 0 | 40 | 13 | 1F | 13E | 2F | 2F |
| Octal | 260 | 77 | 217 | 0 | 100 | 23 | 37 | 476 | 57 | 57 |
| Binary | 10110000 | 111111 | 10001111 | 0 | 1000000 | 10011 | 11111 | 100111110 | 101111 | 101111 |
Color Harmonies of #B03F8F
Complementary color
Monochromatic Colors of #B03F8F
Black with #B03F8F
Text Example
Text Example
White with #B03F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F8F; }
p { color: rgb(176,63,143); }
H1.HeaderClassName
{
color: #B03F8F;
}
.AnyTagClassName
{
color: #B03F8F;
}
</style>
background-color css
<style>
a { background-color: #B03F8F; }
a { background-color: rgb(176,63,143); }
div.DivClassName
{
background-color: #B03F8F;
}
.BgClassName
{
background-color: #B03F8F;
}
</style>
border-color css
<style>
span { border-color: #B03F8F; }
span { border-color: rgb(176,63,143); }
td.TdClassName
{
border-color: #B03F8F;
}
.TagClassName
{
border-color: #B03F8F;
}
</style>