Shades of Medium Red Violet #BB3680
Tints of Medium Red Violet #BB3680
RGB
CMYK
RGB Variations
Color information
#BB3680 (or 0xBB3680) is known color: Medium Red Violet. HEX triplet: BB, 36 and 80. RGB value is (187,54,128). Sum of RGB (Red+Green+Blue) = 187+54+128=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3680 is #44C97F. Grayscale: #666666. Windows color (decimal): -4508032 or 8402619. OLE color: 8402619.
HSL color Cylindrical-coordinate representation of color #BB3680: hue angle of 326.62º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3680 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 128 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.27 |
| HSL | 326.62º | 0.55% | 0.47% | - |
| HSV(B) | 326.62º | 0.71% | 0.73% | - |
| XYZ | 25.71 | 14.76 | 21.92 | - |
| YUV | 102.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 128 | 0 | 0.71 | 0.32 | 0.27 | 326.62 | 0.55 | 0.47 |
| Hex | BB | 36 | 80 | 0 | 47 | 20 | 1B | 147 | 37 | 2F |
| Octal | 273 | 66 | 200 | 0 | 107 | 40 | 33 | 507 | 67 | 57 |
| Binary | 10111011 | 110110 | 10000000 | 0 | 1000111 | 100000 | 11011 | 101000111 | 110111 | 101111 |
Color Harmonies of #BB3680
Complementary color
Monochromatic Colors of #BB3680
Black with #BB3680
Text Example
Text Example
White with #BB3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3680; }
p { color: rgb(187,54,128); }
H1.HeaderClassName
{
color: #BB3680;
}
.AnyTagClassName
{
color: #BB3680;
}
</style>
background-color css
<style>
a { background-color: #BB3680; }
a { background-color: rgb(187,54,128); }
div.DivClassName
{
background-color: #BB3680;
}
.BgClassName
{
background-color: #BB3680;
}
</style>
border-color css
<style>
span { border-color: #BB3680; }
span { border-color: rgb(187,54,128); }
td.TdClassName
{
border-color: #BB3680;
}
.TagClassName
{
border-color: #BB3680;
}
</style>