Shades of Medium Red Violet #BB3DA0
Tints of Medium Red Violet #BB3DA0
RGB
CMYK
RGB Variations
Color information
#BB3DA0 (or 0xBB3DA0) is known color: Medium Red Violet. HEX triplet: BB, 3D and A0. RGB value is (187,61,160). Sum of RGB (Red+Green+Blue) = 187+61+160=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3DA0 is #44C25F. Grayscale: #6D6D6D. Windows color (decimal): -4506208 or 10501563. OLE color: 10501563.
HSL color Cylindrical-coordinate representation of color #BB3DA0: hue angle of 312.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3DA0 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 160 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.27 |
| HSL | 312.86º | 0.51% | 0.49% | - |
| HSV(B) | 312.86º | 0.67% | 0.73% | - |
| XYZ | 28.51 | 16.44 | 34.93 | - |
| YUV | 109.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 160 | 0 | 0.67 | 0.14 | 0.27 | 312.86 | 0.51 | 0.49 |
| Hex | BB | 3D | A0 | 0 | 43 | E | 1B | 139 | 33 | 31 |
| Octal | 273 | 75 | 240 | 0 | 103 | 16 | 33 | 471 | 63 | 61 |
| Binary | 10111011 | 111101 | 10100000 | 0 | 1000011 | 1110 | 11011 | 100111001 | 110011 | 110001 |
Color Harmonies of #BB3DA0
Complementary color
Monochromatic Colors of #BB3DA0
Black with #BB3DA0
Text Example
Text Example
White with #BB3DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DA0; }
p { color: rgb(187,61,160); }
H1.HeaderClassName
{
color: #BB3DA0;
}
.AnyTagClassName
{
color: #BB3DA0;
}
</style>
background-color css
<style>
a { background-color: #BB3DA0; }
a { background-color: rgb(187,61,160); }
div.DivClassName
{
background-color: #BB3DA0;
}
.BgClassName
{
background-color: #BB3DA0;
}
</style>
border-color css
<style>
span { border-color: #BB3DA0; }
span { border-color: rgb(187,61,160); }
td.TdClassName
{
border-color: #BB3DA0;
}
.TagClassName
{
border-color: #BB3DA0;
}
</style>