Shades of Medium Red Violet #BB3899
Tints of Medium Red Violet #BB3899
RGB
CMYK
RGB Variations
Color information
#BB3899 (or 0xBB3899) is known color: Medium Red Violet. HEX triplet: BB, 38 and 99. RGB value is (187,56,153). Sum of RGB (Red+Green+Blue) = 187+56+153=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3899 is #44C766. Grayscale: #696969. Windows color (decimal): -4507495 or 10041531. OLE color: 10041531.
HSL color Cylindrical-coordinate representation of color #BB3899: hue angle of 315.57º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3899 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 153 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.27 |
| HSL | 315.57º | 0.54% | 0.48% | - |
| HSV(B) | 315.57º | 0.7% | 0.73% | - |
| XYZ | 27.66 | 15.69 | 31.71 | - |
| YUV | 106.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 153 | 0 | 0.70 | 0.18 | 0.27 | 315.57 | 0.54 | 0.48 |
| Hex | BB | 38 | 99 | 0 | 46 | 12 | 1B | 13C | 36 | 30 |
| Octal | 273 | 70 | 231 | 0 | 106 | 22 | 33 | 474 | 66 | 60 |
| Binary | 10111011 | 111000 | 10011001 | 0 | 1000110 | 10010 | 11011 | 100111100 | 110110 | 110000 |
Color Harmonies of #BB3899
Complementary color
Monochromatic Colors of #BB3899
Black with #BB3899
Text Example
Text Example
White with #BB3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3899; }
p { color: rgb(187,56,153); }
H1.HeaderClassName
{
color: #BB3899;
}
.AnyTagClassName
{
color: #BB3899;
}
</style>
background-color css
<style>
a { background-color: #BB3899; }
a { background-color: rgb(187,56,153); }
div.DivClassName
{
background-color: #BB3899;
}
.BgClassName
{
background-color: #BB3899;
}
</style>
border-color css
<style>
span { border-color: #BB3899; }
span { border-color: rgb(187,56,153); }
td.TdClassName
{
border-color: #BB3899;
}
.TagClassName
{
border-color: #BB3899;
}
</style>