Shades of Medium Red Violet #BB337A
Tints of Medium Red Violet #BB337A
RGB
CMYK
RGB Variations
Color information
#BB337A (or 0xBB337A) is known color: Medium Red Violet. HEX triplet: BB, 33 and 7A. RGB value is (187,51,122). Sum of RGB (Red+Green+Blue) = 187+51+122=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB337A is #44CC85. Grayscale: #636363. Windows color (decimal): -4508806 or 8008635. OLE color: 8008635.
HSL color Cylindrical-coordinate representation of color #BB337A: hue angle of 328.68º 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 #BB337A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 122 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.27 |
| HSL | 328.68º | 0.57% | 0.47% | - |
| HSV(B) | 328.68º | 0.73% | 0.73% | - |
| XYZ | 25.19 | 14.34 | 19.85 | - |
| YUV | 99.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 122 | 0 | 0.73 | 0.35 | 0.27 | 328.68 | 0.57 | 0.47 |
| Hex | BB | 33 | 7A | 0 | 49 | 23 | 1B | 149 | 39 | 2F |
| Octal | 273 | 63 | 172 | 0 | 111 | 43 | 33 | 511 | 71 | 57 |
| Binary | 10111011 | 110011 | 1111010 | 0 | 1001001 | 100011 | 11011 | 101001001 | 111001 | 101111 |
Color Harmonies of #BB337A
Complementary color
Monochromatic Colors of #BB337A
Black with #BB337A
Text Example
Text Example
White with #BB337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB337A; }
p { color: rgb(187,51,122); }
H1.HeaderClassName
{
color: #BB337A;
}
.AnyTagClassName
{
color: #BB337A;
}
</style>
background-color css
<style>
a { background-color: #BB337A; }
a { background-color: rgb(187,51,122); }
div.DivClassName
{
background-color: #BB337A;
}
.BgClassName
{
background-color: #BB337A;
}
</style>
border-color css
<style>
span { border-color: #BB337A; }
span { border-color: rgb(187,51,122); }
td.TdClassName
{
border-color: #BB337A;
}
.TagClassName
{
border-color: #BB337A;
}
</style>