Shades of Medium Red Violet #BB3097
Tints of Medium Red Violet #BB3097
RGB
CMYK
RGB Variations
Color information
#BB3097 (or 0xBB3097) is known color: Medium Red Violet. HEX triplet: BB, 30 and 97. RGB value is (187,48,151). Sum of RGB (Red+Green+Blue) = 187+48+151=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3097 is #44CF68. Grayscale: #656565. Windows color (decimal): -4509545 or 9908411. OLE color: 9908411.
HSL color Cylindrical-coordinate representation of color #BB3097: hue angle of 315.54º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3097 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 151 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.27 |
| HSL | 315.54º | 0.59% | 0.46% | - |
| HSV(B) | 315.54º | 0.74% | 0.73% | - |
| XYZ | 27.14 | 14.91 | 30.73 | - |
| YUV | 101.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 151 | 0 | 0.74 | 0.19 | 0.27 | 315.54 | 0.59 | 0.46 |
| Hex | BB | 30 | 97 | 0 | 4A | 13 | 1B | 13C | 3B | 2E |
| Octal | 273 | 60 | 227 | 0 | 112 | 23 | 33 | 474 | 73 | 56 |
| Binary | 10111011 | 110000 | 10010111 | 0 | 1001010 | 10011 | 11011 | 100111100 | 111011 | 101110 |
Color Harmonies of #BB3097
Complementary color
Monochromatic Colors of #BB3097
Black with #BB3097
Text Example
Text Example
White with #BB3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3097; }
p { color: rgb(187,48,151); }
H1.HeaderClassName
{
color: #BB3097;
}
.AnyTagClassName
{
color: #BB3097;
}
</style>
background-color css
<style>
a { background-color: #BB3097; }
a { background-color: rgb(187,48,151); }
div.DivClassName
{
background-color: #BB3097;
}
.BgClassName
{
background-color: #BB3097;
}
</style>
border-color css
<style>
span { border-color: #BB3097; }
span { border-color: rgb(187,48,151); }
td.TdClassName
{
border-color: #BB3097;
}
.TagClassName
{
border-color: #BB3097;
}
</style>