Shades of Medium Red Violet #BB2386
Tints of Medium Red Violet #BB2386
RGB
CMYK
RGB Variations
Color information
#BB2386 (or 0xBB2386) is known color: Medium Red Violet. HEX triplet: BB, 23 and 86. RGB value is (187,35,134). Sum of RGB (Red+Green+Blue) = 187+35+134=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2386 is #44DC79. Grayscale: #5B5B5B. Windows color (decimal): -4512890 or 8790971. OLE color: 8790971.
HSL color Cylindrical-coordinate representation of color #BB2386: hue angle of 320.92º 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 #BB2386 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 134 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.27 |
| HSL | 320.92º | 0.68% | 0.44% | - |
| HSV(B) | 320.92º | 0.81% | 0.73% | - |
| XYZ | 25.4 | 13.49 | 23.82 | - |
| YUV | 91.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 134 | 0 | 0.81 | 0.28 | 0.27 | 320.92 | 0.68 | 0.44 |
| Hex | BB | 23 | 86 | 0 | 51 | 1C | 1B | 141 | 44 | 2C |
| Octal | 273 | 43 | 206 | 0 | 121 | 34 | 33 | 501 | 104 | 54 |
| Binary | 10111011 | 100011 | 10000110 | 0 | 1010001 | 11100 | 11011 | 101000001 | 1000100 | 101100 |
Color Harmonies of #BB2386
Complementary color
Monochromatic Colors of #BB2386
Black with #BB2386
Text Example
Text Example
White with #BB2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2386; }
p { color: rgb(187,35,134); }
H1.HeaderClassName
{
color: #BB2386;
}
.AnyTagClassName
{
color: #BB2386;
}
</style>
background-color css
<style>
a { background-color: #BB2386; }
a { background-color: rgb(187,35,134); }
div.DivClassName
{
background-color: #BB2386;
}
.BgClassName
{
background-color: #BB2386;
}
</style>
border-color css
<style>
span { border-color: #BB2386; }
span { border-color: rgb(187,35,134); }
td.TdClassName
{
border-color: #BB2386;
}
.TagClassName
{
border-color: #BB2386;
}
</style>