Shades of Medium Red Violet #BB337B
Tints of Medium Red Violet #BB337B
RGB
CMYK
RGB Variations
Color information
#BB337B (or 0xBB337B) is known color: Medium Red Violet. HEX triplet: BB, 33 and 7B. RGB value is (187,51,123). Sum of RGB (Red+Green+Blue) = 187+51+123=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB337B is #44CC84. Grayscale: #636363. Windows color (decimal): -4508805 or 8074171. OLE color: 8074171.
HSL color Cylindrical-coordinate representation of color #BB337B: hue angle of 328.24º 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 #BB337B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 123 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.27 |
| HSL | 328.24º | 0.57% | 0.47% | - |
| HSV(B) | 328.24º | 0.73% | 0.73% | - |
| XYZ | 25.25 | 14.36 | 20.18 | - |
| YUV | 99.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 123 | 0 | 0.73 | 0.34 | 0.27 | 328.24 | 0.57 | 0.47 |
| Hex | BB | 33 | 7B | 0 | 49 | 22 | 1B | 148 | 39 | 2F |
| Octal | 273 | 63 | 173 | 0 | 111 | 42 | 33 | 510 | 71 | 57 |
| Binary | 10111011 | 110011 | 1111011 | 0 | 1001001 | 100010 | 11011 | 101001000 | 111001 | 101111 |
Color Harmonies of #BB337B
Complementary color
Monochromatic Colors of #BB337B
Black with #BB337B
Text Example
Text Example
White with #BB337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB337B; }
p { color: rgb(187,51,123); }
H1.HeaderClassName
{
color: #BB337B;
}
.AnyTagClassName
{
color: #BB337B;
}
</style>
background-color css
<style>
a { background-color: #BB337B; }
a { background-color: rgb(187,51,123); }
div.DivClassName
{
background-color: #BB337B;
}
.BgClassName
{
background-color: #BB337B;
}
</style>
border-color css
<style>
span { border-color: #BB337B; }
span { border-color: rgb(187,51,123); }
td.TdClassName
{
border-color: #BB337B;
}
.TagClassName
{
border-color: #BB337B;
}
</style>