Shades of Medium Red Violet #B0328F
Tints of Medium Red Violet #B0328F
RGB
CMYK
RGB Variations
Color information
#B0328F (or 0xB0328F) is known color: Medium Red Violet. HEX triplet: B0, 32 and 8F. RGB value is (176,50,143). Sum of RGB (Red+Green+Blue) = 176+50+143=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0328F is #4FCD70. Grayscale: #626262. Windows color (decimal): -5229937 or 9384624. OLE color: 9384624.
HSL color Cylindrical-coordinate representation of color #B0328F: hue angle of 315.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0328F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 143 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.31 |
| HSL | 315.71º | 0.56% | 0.44% | - |
| HSV(B) | 315.71º | 0.72% | 0.69% | - |
| XYZ | 24 | 13.49 | 27.33 | - |
| YUV | 98.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 143 | 0 | 0.72 | 0.19 | 0.31 | 315.71 | 0.56 | 0.44 |
| Hex | B0 | 32 | 8F | 0 | 48 | 13 | 1F | 13C | 38 | 2C |
| Octal | 260 | 62 | 217 | 0 | 110 | 23 | 37 | 474 | 70 | 54 |
| Binary | 10110000 | 110010 | 10001111 | 0 | 1001000 | 10011 | 11111 | 100111100 | 111000 | 101100 |
Color Harmonies of #B0328F
Complementary color
Monochromatic Colors of #B0328F
Black with #B0328F
Text Example
Text Example
White with #B0328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0328F; }
p { color: rgb(176,50,143); }
H1.HeaderClassName
{
color: #B0328F;
}
.AnyTagClassName
{
color: #B0328F;
}
</style>
background-color css
<style>
a { background-color: #B0328F; }
a { background-color: rgb(176,50,143); }
div.DivClassName
{
background-color: #B0328F;
}
.BgClassName
{
background-color: #B0328F;
}
</style>
border-color css
<style>
span { border-color: #B0328F; }
span { border-color: rgb(176,50,143); }
td.TdClassName
{
border-color: #B0328F;
}
.TagClassName
{
border-color: #B0328F;
}
</style>