Shades of Medium Red Violet #BB3D89
Tints of Medium Red Violet #BB3D89
RGB
CMYK
RGB Variations
Color information
#BB3D89 (or 0xBB3D89) is known color: Medium Red Violet. HEX triplet: BB, 3D and 89. RGB value is (187,61,137). Sum of RGB (Red+Green+Blue) = 187+61+137=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D89 is #44C276. Grayscale: #6B6B6B. Windows color (decimal): -4506231 or 8994235. OLE color: 8994235.
HSL color Cylindrical-coordinate representation of color #BB3D89: hue angle of 323.81º 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 #BB3D89 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 137 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.27 |
| HSL | 323.81º | 0.51% | 0.49% | - |
| HSV(B) | 323.81º | 0.67% | 0.73% | - |
| XYZ | 26.68 | 15.71 | 25.29 | - |
| YUV | 107.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 137 | 0 | 0.67 | 0.27 | 0.27 | 323.81 | 0.51 | 0.49 |
| Hex | BB | 3D | 89 | 0 | 43 | 1B | 1B | 144 | 33 | 31 |
| Octal | 273 | 75 | 211 | 0 | 103 | 33 | 33 | 504 | 63 | 61 |
| Binary | 10111011 | 111101 | 10001001 | 0 | 1000011 | 11011 | 11011 | 101000100 | 110011 | 110001 |
Color Harmonies of #BB3D89
Complementary color
Monochromatic Colors of #BB3D89
Black with #BB3D89
Text Example
Text Example
White with #BB3D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D89; }
p { color: rgb(187,61,137); }
H1.HeaderClassName
{
color: #BB3D89;
}
.AnyTagClassName
{
color: #BB3D89;
}
</style>
background-color css
<style>
a { background-color: #BB3D89; }
a { background-color: rgb(187,61,137); }
div.DivClassName
{
background-color: #BB3D89;
}
.BgClassName
{
background-color: #BB3D89;
}
</style>
border-color css
<style>
span { border-color: #BB3D89; }
span { border-color: rgb(187,61,137); }
td.TdClassName
{
border-color: #BB3D89;
}
.TagClassName
{
border-color: #BB3D89;
}
</style>