Shades of Medium Red Violet #BB2592
Tints of Medium Red Violet #BB2592
RGB
CMYK
RGB Variations
Color information
#BB2592 (or 0xBB2592) is known color: Medium Red Violet. HEX triplet: BB, 25 and 92. RGB value is (187,37,146). Sum of RGB (Red+Green+Blue) = 187+37+146=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2592 is #44DA6D. Grayscale: #5D5D5D. Windows color (decimal): -4512366 or 9577915. OLE color: 9577915.
HSL color Cylindrical-coordinate representation of color #BB2592: hue angle of 316.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2592 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 146 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.27 |
| HSL | 316.4º | 0.67% | 0.44% | - |
| HSV(B) | 316.4º | 0.8% | 0.73% | - |
| XYZ | 26.34 | 13.96 | 28.5 | - |
| YUV | 94.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 146 | 0 | 0.80 | 0.22 | 0.27 | 316.4 | 0.67 | 0.44 |
| Hex | BB | 25 | 92 | 0 | 50 | 16 | 1B | 13C | 43 | 2C |
| Octal | 273 | 45 | 222 | 0 | 120 | 26 | 33 | 474 | 103 | 54 |
| Binary | 10111011 | 100101 | 10010010 | 0 | 1010000 | 10110 | 11011 | 100111100 | 1000011 | 101100 |
Color Harmonies of #BB2592
Complementary color
Monochromatic Colors of #BB2592
Black with #BB2592
Text Example
Text Example
White with #BB2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2592; }
p { color: rgb(187,37,146); }
H1.HeaderClassName
{
color: #BB2592;
}
.AnyTagClassName
{
color: #BB2592;
}
</style>
background-color css
<style>
a { background-color: #BB2592; }
a { background-color: rgb(187,37,146); }
div.DivClassName
{
background-color: #BB2592;
}
.BgClassName
{
background-color: #BB2592;
}
</style>
border-color css
<style>
span { border-color: #BB2592; }
span { border-color: rgb(187,37,146); }
td.TdClassName
{
border-color: #BB2592;
}
.TagClassName
{
border-color: #BB2592;
}
</style>