Shades of Medium Red Violet #BB328A
Tints of Medium Red Violet #BB328A
RGB
CMYK
RGB Variations
Color information
#BB328A (or 0xBB328A) is known color: Medium Red Violet. HEX triplet: BB, 32 and 8A. RGB value is (187,50,138). Sum of RGB (Red+Green+Blue) = 187+50+138=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB328A is #44CD75. Grayscale: #646464. Windows color (decimal): -4509046 or 9056955. OLE color: 9056955.
HSL color Cylindrical-coordinate representation of color #BB328A: hue angle of 321.46º 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 #BB328A is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 138 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.27 |
| HSL | 321.46º | 0.58% | 0.46% | - |
| HSV(B) | 321.46º | 0.73% | 0.73% | - |
| XYZ | 26.22 | 14.68 | 25.5 | - |
| YUV | 101 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 138 | 0 | 0.73 | 0.26 | 0.27 | 321.46 | 0.58 | 0.46 |
| Hex | BB | 32 | 8A | 0 | 49 | 1A | 1B | 141 | 3A | 2E |
| Octal | 273 | 62 | 212 | 0 | 111 | 32 | 33 | 501 | 72 | 56 |
| Binary | 10111011 | 110010 | 10001010 | 0 | 1001001 | 11010 | 11011 | 101000001 | 111010 | 101110 |
Color Harmonies of #BB328A
Complementary color
Monochromatic Colors of #BB328A
Black with #BB328A
Text Example
Text Example
White with #BB328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB328A; }
p { color: rgb(187,50,138); }
H1.HeaderClassName
{
color: #BB328A;
}
.AnyTagClassName
{
color: #BB328A;
}
</style>
background-color css
<style>
a { background-color: #BB328A; }
a { background-color: rgb(187,50,138); }
div.DivClassName
{
background-color: #BB328A;
}
.BgClassName
{
background-color: #BB328A;
}
</style>
border-color css
<style>
span { border-color: #BB328A; }
span { border-color: rgb(187,50,138); }
td.TdClassName
{
border-color: #BB328A;
}
.TagClassName
{
border-color: #BB328A;
}
</style>