Shades of Medium Red Violet #BB3D9D
Tints of Medium Red Violet #BB3D9D
RGB
CMYK
RGB Variations
Color information
#BB3D9D (or 0xBB3D9D) is known color: Medium Red Violet. HEX triplet: BB, 3D and 9D. RGB value is (187,61,157). Sum of RGB (Red+Green+Blue) = 187+61+157=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D9D is #44C262. Grayscale: #6D6D6D. Windows color (decimal): -4506211 or 10304955. OLE color: 10304955.
HSL color Cylindrical-coordinate representation of color #BB3D9D: hue angle of 314.29º 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 #BB3D9D is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 157 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.27 |
| HSL | 314.29º | 0.51% | 0.49% | - |
| HSV(B) | 314.29º | 0.67% | 0.73% | - |
| XYZ | 28.25 | 16.34 | 33.56 | - |
| YUV | 109.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 157 | 0 | 0.67 | 0.16 | 0.27 | 314.29 | 0.51 | 0.49 |
| Hex | BB | 3D | 9D | 0 | 43 | 10 | 1B | 13A | 33 | 31 |
| Octal | 273 | 75 | 235 | 0 | 103 | 20 | 33 | 472 | 63 | 61 |
| Binary | 10111011 | 111101 | 10011101 | 0 | 1000011 | 10000 | 11011 | 100111010 | 110011 | 110001 |
Color Harmonies of #BB3D9D
Complementary color
Monochromatic Colors of #BB3D9D
Black with #BB3D9D
Text Example
Text Example
White with #BB3D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D9D; }
p { color: rgb(187,61,157); }
H1.HeaderClassName
{
color: #BB3D9D;
}
.AnyTagClassName
{
color: #BB3D9D;
}
</style>
background-color css
<style>
a { background-color: #BB3D9D; }
a { background-color: rgb(187,61,157); }
div.DivClassName
{
background-color: #BB3D9D;
}
.BgClassName
{
background-color: #BB3D9D;
}
</style>
border-color css
<style>
span { border-color: #BB3D9D; }
span { border-color: rgb(187,61,157); }
td.TdClassName
{
border-color: #BB3D9D;
}
.TagClassName
{
border-color: #BB3D9D;
}
</style>