Shades of Medium Red Violet #B0327A
Tints of Medium Red Violet #B0327A
RGB
CMYK
RGB Variations
Color information
#B0327A (or 0xB0327A) is known color: Medium Red Violet. HEX triplet: B0, 32 and 7A. RGB value is (176,50,122). Sum of RGB (Red+Green+Blue) = 176+50+122=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0327A is #4FCD85. Grayscale: #5F5F5F. Windows color (decimal): -5229958 or 8008368. OLE color: 8008368.
HSL color Cylindrical-coordinate representation of color #B0327A: hue angle of 325.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 #B0327A is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 122 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.31 |
| HSL | 325.71º | 0.56% | 0.44% | - |
| HSV(B) | 325.71º | 0.72% | 0.69% | - |
| XYZ | 22.56 | 12.92 | 19.72 | - |
| YUV | 95.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 122 | 0 | 0.72 | 0.31 | 0.31 | 325.71 | 0.56 | 0.44 |
| Hex | B0 | 32 | 7A | 0 | 48 | 1F | 1F | 146 | 38 | 2C |
| Octal | 260 | 62 | 172 | 0 | 110 | 37 | 37 | 506 | 70 | 54 |
| Binary | 10110000 | 110010 | 1111010 | 0 | 1001000 | 11111 | 11111 | 101000110 | 111000 | 101100 |
Color Harmonies of #B0327A
Complementary color
Monochromatic Colors of #B0327A
Black with #B0327A
Text Example
Text Example
White with #B0327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0327A; }
p { color: rgb(176,50,122); }
H1.HeaderClassName
{
color: #B0327A;
}
.AnyTagClassName
{
color: #B0327A;
}
</style>
background-color css
<style>
a { background-color: #B0327A; }
a { background-color: rgb(176,50,122); }
div.DivClassName
{
background-color: #B0327A;
}
.BgClassName
{
background-color: #B0327A;
}
</style>
border-color css
<style>
span { border-color: #B0327A; }
span { border-color: rgb(176,50,122); }
td.TdClassName
{
border-color: #B0327A;
}
.TagClassName
{
border-color: #B0327A;
}
</style>