Shades of Medium Red Violet #BB329B
Tints of Medium Red Violet #BB329B
RGB
CMYK
RGB Variations
Color information
#BB329B (or 0xBB329B) is known color: Medium Red Violet. HEX triplet: BB, 32 and 9B. RGB value is (187,50,155). Sum of RGB (Red+Green+Blue) = 187+50+155=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB329B is #44CD64. Grayscale: #666666. Windows color (decimal): -4509029 or 10171067. OLE color: 10171067.
HSL color Cylindrical-coordinate representation of color #BB329B: hue angle of 314.01º 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 #BB329B is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 155 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.27 |
| HSL | 314.01º | 0.58% | 0.46% | - |
| HSV(B) | 314.01º | 0.73% | 0.73% | - |
| XYZ | 27.55 | 15.21 | 32.49 | - |
| YUV | 102.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 155 | 0 | 0.73 | 0.17 | 0.27 | 314.01 | 0.58 | 0.46 |
| Hex | BB | 32 | 9B | 0 | 49 | 11 | 1B | 13A | 3A | 2E |
| Octal | 273 | 62 | 233 | 0 | 111 | 21 | 33 | 472 | 72 | 56 |
| Binary | 10111011 | 110010 | 10011011 | 0 | 1001001 | 10001 | 11011 | 100111010 | 111010 | 101110 |
Color Harmonies of #BB329B
Complementary color
Monochromatic Colors of #BB329B
Black with #BB329B
Text Example
Text Example
White with #BB329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB329B; }
p { color: rgb(187,50,155); }
H1.HeaderClassName
{
color: #BB329B;
}
.AnyTagClassName
{
color: #BB329B;
}
</style>
background-color css
<style>
a { background-color: #BB329B; }
a { background-color: rgb(187,50,155); }
div.DivClassName
{
background-color: #BB329B;
}
.BgClassName
{
background-color: #BB329B;
}
</style>
border-color css
<style>
span { border-color: #BB329B; }
span { border-color: rgb(187,50,155); }
td.TdClassName
{
border-color: #BB329B;
}
.TagClassName
{
border-color: #BB329B;
}
</style>