Shades of Medium Red Violet #BB3293
Tints of Medium Red Violet #BB3293
RGB
CMYK
RGB Variations
Color information
#BB3293 (or 0xBB3293) is known color: Medium Red Violet. HEX triplet: BB, 32 and 93. RGB value is (187,50,147). Sum of RGB (Red+Green+Blue) = 187+50+147=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3293 is #44CD6C. Grayscale: #656565. Windows color (decimal): -4509037 or 9646779. OLE color: 9646779.
HSL color Cylindrical-coordinate representation of color #BB3293: hue angle of 317.52º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3293 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 147 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.27 |
| HSL | 317.52º | 0.58% | 0.46% | - |
| HSV(B) | 317.52º | 0.73% | 0.73% | - |
| XYZ | 26.9 | 14.95 | 29.07 | - |
| YUV | 102.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 147 | 0 | 0.73 | 0.21 | 0.27 | 317.52 | 0.58 | 0.46 |
| Hex | BB | 32 | 93 | 0 | 49 | 15 | 1B | 13E | 3A | 2E |
| Octal | 273 | 62 | 223 | 0 | 111 | 25 | 33 | 476 | 72 | 56 |
| Binary | 10111011 | 110010 | 10010011 | 0 | 1001001 | 10101 | 11011 | 100111110 | 111010 | 101110 |
Color Harmonies of #BB3293
Complementary color
Monochromatic Colors of #BB3293
Black with #BB3293
Text Example
Text Example
White with #BB3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3293; }
p { color: rgb(187,50,147); }
H1.HeaderClassName
{
color: #BB3293;
}
.AnyTagClassName
{
color: #BB3293;
}
</style>
background-color css
<style>
a { background-color: #BB3293; }
a { background-color: rgb(187,50,147); }
div.DivClassName
{
background-color: #BB3293;
}
.BgClassName
{
background-color: #BB3293;
}
</style>
border-color css
<style>
span { border-color: #BB3293; }
span { border-color: rgb(187,50,147); }
td.TdClassName
{
border-color: #BB3293;
}
.TagClassName
{
border-color: #BB3293;
}
</style>