Shades of Medium Violet Red #BB1BA5
Tints of Medium Violet Red #BB1BA5
RGB
CMYK
RGB Variations
Color information
#BB1BA5 (or 0xBB1BA5) is known color: Medium Violet Red. HEX triplet: BB, 1B and A5. RGB value is (187,27,165). Sum of RGB (Red+Green+Blue) = 187+27+165=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BA5 is #44E45A. Grayscale: #5A5A5A. Windows color (decimal): -4514907 or 10820539. OLE color: 10820539.
HSL color Cylindrical-coordinate representation of color #BB1BA5: hue angle of 308.25º degrees, saturation: 0.75, 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 #BB1BA5 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 165 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.27 |
| HSL | 308.25º | 0.75% | 0.42% | - |
| HSV(B) | 308.25º | 0.86% | 0.73% | - |
| XYZ | 27.68 | 14.07 | 36.85 | - |
| YUV | 90.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 165 | 0 | 0.86 | 0.12 | 0.27 | 308.25 | 0.75 | 0.42 |
| Hex | BB | 1B | A5 | 0 | 56 | C | 1B | 134 | 4B | 2A |
| Octal | 273 | 33 | 245 | 0 | 126 | 14 | 33 | 464 | 113 | 52 |
| Binary | 10111011 | 11011 | 10100101 | 0 | 1010110 | 1100 | 11011 | 100110100 | 1001011 | 101010 |
Color Harmonies of #BB1BA5
Complementary color
Monochromatic Colors of #BB1BA5
Black with #BB1BA5
Text Example
Text Example
White with #BB1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BA5; }
p { color: rgb(187,27,165); }
H1.HeaderClassName
{
color: #BB1BA5;
}
.AnyTagClassName
{
color: #BB1BA5;
}
</style>
background-color css
<style>
a { background-color: #BB1BA5; }
a { background-color: rgb(187,27,165); }
div.DivClassName
{
background-color: #BB1BA5;
}
.BgClassName
{
background-color: #BB1BA5;
}
</style>
border-color css
<style>
span { border-color: #BB1BA5; }
span { border-color: rgb(187,27,165); }
td.TdClassName
{
border-color: #BB1BA5;
}
.TagClassName
{
border-color: #BB1BA5;
}
</style>