Shades of Medium Red Violet #BB2474
Tints of Medium Red Violet #BB2474
RGB
CMYK
RGB Variations
Color information
#BB2474 (or 0xBB2474) is known color: Medium Red Violet. HEX triplet: BB, 24 and 74. RGB value is (187,36,116). Sum of RGB (Red+Green+Blue) = 187+36+116=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2474 is #44DB8B. Grayscale: #5A5A5A. Windows color (decimal): -4512652 or 7611579. OLE color: 7611579.
HSL color Cylindrical-coordinate representation of color #BB2474: hue angle of 328.21º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2474 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 116 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.27 |
| HSL | 328.21º | 0.68% | 0.44% | - |
| HSV(B) | 328.21º | 0.81% | 0.73% | - |
| XYZ | 24.28 | 13.09 | 17.77 | - |
| YUV | 90.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 116 | 0 | 0.81 | 0.38 | 0.27 | 328.21 | 0.68 | 0.44 |
| Hex | BB | 24 | 74 | 0 | 51 | 26 | 1B | 148 | 44 | 2C |
| Octal | 273 | 44 | 164 | 0 | 121 | 46 | 33 | 510 | 104 | 54 |
| Binary | 10111011 | 100100 | 1110100 | 0 | 1010001 | 100110 | 11011 | 101001000 | 1000100 | 101100 |
Color Harmonies of #BB2474
Complementary color
Monochromatic Colors of #BB2474
Black with #BB2474
Text Example
Text Example
White with #BB2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2474; }
p { color: rgb(187,36,116); }
H1.HeaderClassName
{
color: #BB2474;
}
.AnyTagClassName
{
color: #BB2474;
}
</style>
background-color css
<style>
a { background-color: #BB2474; }
a { background-color: rgb(187,36,116); }
div.DivClassName
{
background-color: #BB2474;
}
.BgClassName
{
background-color: #BB2474;
}
</style>
border-color css
<style>
span { border-color: #BB2474; }
span { border-color: rgb(187,36,116); }
td.TdClassName
{
border-color: #BB2474;
}
.TagClassName
{
border-color: #BB2474;
}
</style>