Shades of Medium Red Violet #BB327A
Tints of Medium Red Violet #BB327A
RGB
CMYK
RGB Variations
Color information
#BB327A (or 0xBB327A) is known color: Medium Red Violet. HEX triplet: BB, 32 and 7A. RGB value is (187,50,122). Sum of RGB (Red+Green+Blue) = 187+50+122=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB327A is #44CD85. Grayscale: #636363. Windows color (decimal): -4509062 or 8008379. OLE color: 8008379.
HSL color Cylindrical-coordinate representation of color #BB327A: hue angle of 328.47º 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 #BB327A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 122 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.27 |
| HSL | 328.47º | 0.58% | 0.46% | - |
| HSV(B) | 328.47º | 0.73% | 0.73% | - |
| XYZ | 25.15 | 14.25 | 19.84 | - |
| YUV | 99.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 122 | 0 | 0.73 | 0.35 | 0.27 | 328.47 | 0.58 | 0.46 |
| Hex | BB | 32 | 7A | 0 | 49 | 23 | 1B | 148 | 3A | 2E |
| Octal | 273 | 62 | 172 | 0 | 111 | 43 | 33 | 510 | 72 | 56 |
| Binary | 10111011 | 110010 | 1111010 | 0 | 1001001 | 100011 | 11011 | 101001000 | 111010 | 101110 |
Color Harmonies of #BB327A
Complementary color
Monochromatic Colors of #BB327A
Black with #BB327A
Text Example
Text Example
White with #BB327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB327A; }
p { color: rgb(187,50,122); }
H1.HeaderClassName
{
color: #BB327A;
}
.AnyTagClassName
{
color: #BB327A;
}
</style>
background-color css
<style>
a { background-color: #BB327A; }
a { background-color: rgb(187,50,122); }
div.DivClassName
{
background-color: #BB327A;
}
.BgClassName
{
background-color: #BB327A;
}
</style>
border-color css
<style>
span { border-color: #BB327A; }
span { border-color: rgb(187,50,122); }
td.TdClassName
{
border-color: #BB327A;
}
.TagClassName
{
border-color: #BB327A;
}
</style>