Shades of Medium Red Violet #BB3BA6
Tints of Medium Red Violet #BB3BA6
RGB
CMYK
RGB Variations
Color information
#BB3BA6 (or 0xBB3BA6) is known color: Medium Red Violet. HEX triplet: BB, 3B and A6. RGB value is (187,59,166). Sum of RGB (Red+Green+Blue) = 187+59+166=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3BA6 is #44C459. Grayscale: #6D6D6D. Windows color (decimal): -4506714 or 10894267. OLE color: 10894267.
HSL color Cylindrical-coordinate representation of color #BB3BA6: hue angle of 309.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3BA6 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 59 | 166 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.27 |
| HSL | 309.84º | 0.52% | 0.48% | - |
| HSV(B) | 309.84º | 0.68% | 0.73% | - |
| XYZ | 28.94 | 16.45 | 37.73 | - |
| YUV | 109.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 166 | 0 | 0.68 | 0.11 | 0.27 | 309.84 | 0.52 | 0.48 |
| Hex | BB | 3B | A6 | 0 | 44 | B | 1B | 136 | 34 | 30 |
| Octal | 273 | 73 | 246 | 0 | 104 | 13 | 33 | 466 | 64 | 60 |
| Binary | 10111011 | 111011 | 10100110 | 0 | 1000100 | 1011 | 11011 | 100110110 | 110100 | 110000 |
Color Harmonies of #BB3BA6
Complementary color
Monochromatic Colors of #BB3BA6
Black with #BB3BA6
Text Example
Text Example
White with #BB3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BA6; }
p { color: rgb(187,59,166); }
H1.HeaderClassName
{
color: #BB3BA6;
}
.AnyTagClassName
{
color: #BB3BA6;
}
</style>
background-color css
<style>
a { background-color: #BB3BA6; }
a { background-color: rgb(187,59,166); }
div.DivClassName
{
background-color: #BB3BA6;
}
.BgClassName
{
background-color: #BB3BA6;
}
</style>
border-color css
<style>
span { border-color: #BB3BA6; }
span { border-color: rgb(187,59,166); }
td.TdClassName
{
border-color: #BB3BA6;
}
.TagClassName
{
border-color: #BB3BA6;
}
</style>