Shades of Medium Red Violet #BB329C
Tints of Medium Red Violet #BB329C
RGB
CMYK
RGB Variations
Color information
#BB329C (or 0xBB329C) is known color: Medium Red Violet. HEX triplet: BB, 32 and 9C. RGB value is (187,50,156). Sum of RGB (Red+Green+Blue) = 187+50+156=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB329C is #44CD63. Grayscale: #666666. Windows color (decimal): -4509028 or 10236603. OLE color: 10236603.
HSL color Cylindrical-coordinate representation of color #BB329C: hue angle of 313.58º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB329C is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 156 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.27 |
| HSL | 313.58º | 0.58% | 0.46% | - |
| HSV(B) | 313.58º | 0.73% | 0.73% | - |
| XYZ | 27.63 | 15.25 | 32.94 | - |
| YUV | 103.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 156 | 0 | 0.73 | 0.17 | 0.27 | 313.58 | 0.58 | 0.46 |
| Hex | BB | 32 | 9C | 0 | 49 | 11 | 1B | 13A | 3A | 2E |
| Octal | 273 | 62 | 234 | 0 | 111 | 21 | 33 | 472 | 72 | 56 |
| Binary | 10111011 | 110010 | 10011100 | 0 | 1001001 | 10001 | 11011 | 100111010 | 111010 | 101110 |
Color Harmonies of #BB329C
Complementary color
Monochromatic Colors of #BB329C
Black with #BB329C
Text Example
Text Example
White with #BB329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB329C; }
p { color: rgb(187,50,156); }
H1.HeaderClassName
{
color: #BB329C;
}
.AnyTagClassName
{
color: #BB329C;
}
</style>
background-color css
<style>
a { background-color: #BB329C; }
a { background-color: rgb(187,50,156); }
div.DivClassName
{
background-color: #BB329C;
}
.BgClassName
{
background-color: #BB329C;
}
</style>
border-color css
<style>
span { border-color: #BB329C; }
span { border-color: rgb(187,50,156); }
td.TdClassName
{
border-color: #BB329C;
}
.TagClassName
{
border-color: #BB329C;
}
</style>