Shades of Medium Red Violet #BB3380
Tints of Medium Red Violet #BB3380
RGB
CMYK
RGB Variations
Color information
#BB3380 (or 0xBB3380) is known color: Medium Red Violet. HEX triplet: BB, 33 and 80. RGB value is (187,51,128). Sum of RGB (Red+Green+Blue) = 187+51+128=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3380 is #44CC7F. Grayscale: #646464. Windows color (decimal): -4508800 or 8401851. OLE color: 8401851.
HSL color Cylindrical-coordinate representation of color #BB3380: hue angle of 326.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3380 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 128 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.27 |
| HSL | 326.03º | 0.57% | 0.47% | - |
| HSV(B) | 326.03º | 0.73% | 0.73% | - |
| XYZ | 25.57 | 14.49 | 21.87 | - |
| YUV | 100.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 128 | 0 | 0.73 | 0.32 | 0.27 | 326.03 | 0.57 | 0.47 |
| Hex | BB | 33 | 80 | 0 | 49 | 20 | 1B | 146 | 39 | 2F |
| Octal | 273 | 63 | 200 | 0 | 111 | 40 | 33 | 506 | 71 | 57 |
| Binary | 10111011 | 110011 | 10000000 | 0 | 1001001 | 100000 | 11011 | 101000110 | 111001 | 101111 |
Color Harmonies of #BB3380
Complementary color
Monochromatic Colors of #BB3380
Black with #BB3380
Text Example
Text Example
White with #BB3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3380; }
p { color: rgb(187,51,128); }
H1.HeaderClassName
{
color: #BB3380;
}
.AnyTagClassName
{
color: #BB3380;
}
</style>
background-color css
<style>
a { background-color: #BB3380; }
a { background-color: rgb(187,51,128); }
div.DivClassName
{
background-color: #BB3380;
}
.BgClassName
{
background-color: #BB3380;
}
</style>
border-color css
<style>
span { border-color: #BB3380; }
span { border-color: rgb(187,51,128); }
td.TdClassName
{
border-color: #BB3380;
}
.TagClassName
{
border-color: #BB3380;
}
</style>