Shades of Medium Red Violet #BB328B
Tints of Medium Red Violet #BB328B
RGB
CMYK
RGB Variations
Color information
#BB328B (or 0xBB328B) is known color: Medium Red Violet. HEX triplet: BB, 32 and 8B. RGB value is (187,50,139). Sum of RGB (Red+Green+Blue) = 187+50+139=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB328B is #44CD74. Grayscale: #646464. Windows color (decimal): -4509045 or 9122491. OLE color: 9122491.
HSL color Cylindrical-coordinate representation of color #BB328B: hue angle of 321.02º 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 #BB328B is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 139 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.27 |
| HSL | 321.02º | 0.58% | 0.46% | - |
| HSV(B) | 321.02º | 0.73% | 0.73% | - |
| XYZ | 26.29 | 14.71 | 25.88 | - |
| YUV | 101.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 139 | 0 | 0.73 | 0.26 | 0.27 | 321.02 | 0.58 | 0.46 |
| Hex | BB | 32 | 8B | 0 | 49 | 1A | 1B | 141 | 3A | 2E |
| Octal | 273 | 62 | 213 | 0 | 111 | 32 | 33 | 501 | 72 | 56 |
| Binary | 10111011 | 110010 | 10001011 | 0 | 1001001 | 11010 | 11011 | 101000001 | 111010 | 101110 |
Color Harmonies of #BB328B
Complementary color
Monochromatic Colors of #BB328B
Black with #BB328B
Text Example
Text Example
White with #BB328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB328B; }
p { color: rgb(187,50,139); }
H1.HeaderClassName
{
color: #BB328B;
}
.AnyTagClassName
{
color: #BB328B;
}
</style>
background-color css
<style>
a { background-color: #BB328B; }
a { background-color: rgb(187,50,139); }
div.DivClassName
{
background-color: #BB328B;
}
.BgClassName
{
background-color: #BB328B;
}
</style>
border-color css
<style>
span { border-color: #BB328B; }
span { border-color: rgb(187,50,139); }
td.TdClassName
{
border-color: #BB328B;
}
.TagClassName
{
border-color: #BB328B;
}
</style>