Shades of Medium Violet Red #BB186F
Tints of Medium Violet Red #BB186F
RGB
CMYK
RGB Variations
Color information
#BB186F (or 0xBB186F) is known color: Medium Violet Red. HEX triplet: BB, 18 and 6F. RGB value is (187,24,111). Sum of RGB (Red+Green+Blue) = 187+24+111=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB186F is #44E790. Grayscale: #525252. Windows color (decimal): -4515729 or 7280827. OLE color: 7280827.
HSL color Cylindrical-coordinate representation of color #BB186F: hue angle of 327.98º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB186F is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 111 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.27 |
| HSL | 327.98º | 0.77% | 0.41% | - |
| HSV(B) | 327.98º | 0.87% | 0.73% | - |
| XYZ | 23.69 | 12.37 | 16.18 | - |
| YUV | 82.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 111 | 0 | 0.87 | 0.41 | 0.27 | 327.98 | 0.77 | 0.41 |
| Hex | BB | 18 | 6F | 0 | 57 | 29 | 1B | 148 | 4D | 29 |
| Octal | 273 | 30 | 157 | 0 | 127 | 51 | 33 | 510 | 115 | 51 |
| Binary | 10111011 | 11000 | 1101111 | 0 | 1010111 | 101001 | 11011 | 101001000 | 1001101 | 101001 |
Color Harmonies of #BB186F
Complementary color
Monochromatic Colors of #BB186F
Black with #BB186F
Text Example
Text Example
White with #BB186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB186F; }
p { color: rgb(187,24,111); }
H1.HeaderClassName
{
color: #BB186F;
}
.AnyTagClassName
{
color: #BB186F;
}
</style>
background-color css
<style>
a { background-color: #BB186F; }
a { background-color: rgb(187,24,111); }
div.DivClassName
{
background-color: #BB186F;
}
.BgClassName
{
background-color: #BB186F;
}
</style>
border-color css
<style>
span { border-color: #BB186F; }
span { border-color: rgb(187,24,111); }
td.TdClassName
{
border-color: #BB186F;
}
.TagClassName
{
border-color: #BB186F;
}
</style>