Shades of Medium Red Violet #B03D9C
Tints of Medium Red Violet #B03D9C
RGB
CMYK
RGB Variations
Color information
#B03D9C (or 0xB03D9C) is known color: Medium Red Violet. HEX triplet: B0, 3D and 9C. RGB value is (176,61,156). Sum of RGB (Red+Green+Blue) = 176+61+156=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03D9C is #4FC263. Grayscale: #696969. Windows color (decimal): -5227108 or 10239408. OLE color: 10239408.
HSL color Cylindrical-coordinate representation of color #B03D9C: hue angle of 310.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D9C is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 156 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.31 |
| HSL | 310.43º | 0.49% | 0.46% | - |
| HSV(B) | 310.43º | 0.65% | 0.69% | - |
| XYZ | 25.57 | 14.97 | 32.99 | - |
| YUV | 106.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 156 | 0 | 0.65 | 0.11 | 0.31 | 310.43 | 0.49 | 0.46 |
| Hex | B0 | 3D | 9C | 0 | 41 | B | 1F | 136 | 31 | 2E |
| Octal | 260 | 75 | 234 | 0 | 101 | 13 | 37 | 466 | 61 | 56 |
| Binary | 10110000 | 111101 | 10011100 | 0 | 1000001 | 1011 | 11111 | 100110110 | 110001 | 101110 |
Color Harmonies of #B03D9C
Complementary color
Monochromatic Colors of #B03D9C
Black with #B03D9C
Text Example
Text Example
White with #B03D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D9C; }
p { color: rgb(176,61,156); }
H1.HeaderClassName
{
color: #B03D9C;
}
.AnyTagClassName
{
color: #B03D9C;
}
</style>
background-color css
<style>
a { background-color: #B03D9C; }
a { background-color: rgb(176,61,156); }
div.DivClassName
{
background-color: #B03D9C;
}
.BgClassName
{
background-color: #B03D9C;
}
</style>
border-color css
<style>
span { border-color: #B03D9C; }
span { border-color: rgb(176,61,156); }
td.TdClassName
{
border-color: #B03D9C;
}
.TagClassName
{
border-color: #B03D9C;
}
</style>