Shades of Medium Red Violet #B2329A
Tints of Medium Red Violet #B2329A
RGB
CMYK
RGB Variations
Color information
#B2329A (or 0xB2329A) is known color: Medium Red Violet. HEX triplet: B2, 32 and 9A. RGB value is (178,50,154). Sum of RGB (Red+Green+Blue) = 178+50+154=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2329A is #4DCD65. Grayscale: #636363. Windows color (decimal): -5098854 or 10105522. OLE color: 10105522.
HSL color Cylindrical-coordinate representation of color #B2329A: hue angle of 311.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2329A is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 154 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.30 |
| HSL | 311.25º | 0.56% | 0.45% | - |
| HSV(B) | 311.25º | 0.72% | 0.7% | - |
| XYZ | 25.33 | 14.08 | 31.95 | - |
| YUV | 100.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 154 | 0 | 0.72 | 0.13 | 0.30 | 311.25 | 0.56 | 0.45 |
| Hex | B2 | 32 | 9A | 0 | 48 | D | 1E | 137 | 38 | 2D |
| Octal | 262 | 62 | 232 | 0 | 110 | 15 | 36 | 467 | 70 | 55 |
| Binary | 10110010 | 110010 | 10011010 | 0 | 1001000 | 1101 | 11110 | 100110111 | 111000 | 101101 |
Color Harmonies of #B2329A
Complementary color
Monochromatic Colors of #B2329A
Black with #B2329A
Text Example
Text Example
White with #B2329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2329A; }
p { color: rgb(178,50,154); }
H1.HeaderClassName
{
color: #B2329A;
}
.AnyTagClassName
{
color: #B2329A;
}
</style>
background-color css
<style>
a { background-color: #B2329A; }
a { background-color: rgb(178,50,154); }
div.DivClassName
{
background-color: #B2329A;
}
.BgClassName
{
background-color: #B2329A;
}
</style>
border-color css
<style>
span { border-color: #B2329A; }
span { border-color: rgb(178,50,154); }
td.TdClassName
{
border-color: #B2329A;
}
.TagClassName
{
border-color: #B2329A;
}
</style>