Shades of Medium Red Violet #BB3393
Tints of Medium Red Violet #BB3393
RGB
CMYK
RGB Variations
Color information
#BB3393 (or 0xBB3393) is known color: Medium Red Violet. HEX triplet: BB, 33 and 93. RGB value is (187,51,147). Sum of RGB (Red+Green+Blue) = 187+51+147=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3393 is #44CC6C. Grayscale: #666666. Windows color (decimal): -4508781 or 9647035. OLE color: 9647035.
HSL color Cylindrical-coordinate representation of color #BB3393: hue angle of 317.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3393 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 147 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.27 |
| HSL | 317.65º | 0.57% | 0.47% | - |
| HSV(B) | 317.65º | 0.73% | 0.73% | - |
| XYZ | 26.94 | 15.04 | 29.09 | - |
| YUV | 102.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 147 | 0 | 0.73 | 0.21 | 0.27 | 317.65 | 0.57 | 0.47 |
| Hex | BB | 33 | 93 | 0 | 49 | 15 | 1B | 13E | 39 | 2F |
| Octal | 273 | 63 | 223 | 0 | 111 | 25 | 33 | 476 | 71 | 57 |
| Binary | 10111011 | 110011 | 10010011 | 0 | 1001001 | 10101 | 11011 | 100111110 | 111001 | 101111 |
Color Harmonies of #BB3393
Complementary color
Monochromatic Colors of #BB3393
Black with #BB3393
Text Example
Text Example
White with #BB3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3393; }
p { color: rgb(187,51,147); }
H1.HeaderClassName
{
color: #BB3393;
}
.AnyTagClassName
{
color: #BB3393;
}
</style>
background-color css
<style>
a { background-color: #BB3393; }
a { background-color: rgb(187,51,147); }
div.DivClassName
{
background-color: #BB3393;
}
.BgClassName
{
background-color: #BB3393;
}
</style>
border-color css
<style>
span { border-color: #BB3393; }
span { border-color: rgb(187,51,147); }
td.TdClassName
{
border-color: #BB3393;
}
.TagClassName
{
border-color: #BB3393;
}
</style>