Shades of Medium Violet Red #BB1A83
Tints of Medium Violet Red #BB1A83
RGB
CMYK
RGB Variations
Color information
#BB1A83 (or 0xBB1A83) is known color: Medium Violet Red. HEX triplet: BB, 1A and 83. RGB value is (187,26,131). Sum of RGB (Red+Green+Blue) = 187+26+131=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1A83 is #44E57C. Grayscale: #555555. Windows color (decimal): -4515197 or 8592059. OLE color: 8592059.
HSL color Cylindrical-coordinate representation of color #BB1A83: hue angle of 320.87º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A83 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 131 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.27 |
| HSL | 320.87º | 0.76% | 0.42% | - |
| HSV(B) | 320.87º | 0.86% | 0.73% | - |
| XYZ | 24.96 | 12.94 | 22.66 | - |
| YUV | 86.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 131 | 0 | 0.86 | 0.30 | 0.27 | 320.87 | 0.76 | 0.42 |
| Hex | BB | 1A | 83 | 0 | 56 | 1E | 1B | 141 | 4C | 2A |
| Octal | 273 | 32 | 203 | 0 | 126 | 36 | 33 | 501 | 114 | 52 |
| Binary | 10111011 | 11010 | 10000011 | 0 | 1010110 | 11110 | 11011 | 101000001 | 1001100 | 101010 |
Color Harmonies of #BB1A83
Complementary color
Monochromatic Colors of #BB1A83
Black with #BB1A83
Text Example
Text Example
White with #BB1A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A83; }
p { color: rgb(187,26,131); }
H1.HeaderClassName
{
color: #BB1A83;
}
.AnyTagClassName
{
color: #BB1A83;
}
</style>
background-color css
<style>
a { background-color: #BB1A83; }
a { background-color: rgb(187,26,131); }
div.DivClassName
{
background-color: #BB1A83;
}
.BgClassName
{
background-color: #BB1A83;
}
</style>
border-color css
<style>
span { border-color: #BB1A83; }
span { border-color: rgb(187,26,131); }
td.TdClassName
{
border-color: #BB1A83;
}
.TagClassName
{
border-color: #BB1A83;
}
</style>