Shades of Medium Violet Red #BB0180
Tints of Medium Violet Red #BB0180
RGB
CMYK
RGB Variations
Color information
#BB0180 (or 0xBB0180) is known color: Medium Violet Red. HEX triplet: BB, 01 and 80. RGB value is (187,1,128). Sum of RGB (Red+Green+Blue) = 187+1+128=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0180 is #44FE7F. Grayscale: #464646. Windows color (decimal): -4521600 or 8389051. OLE color: 8389051.
HSL color Cylindrical-coordinate representation of color #BB0180: hue angle of 319.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0180 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.27 |
| HSL | 319.03º | 0.99% | 0.37% | - |
| HSV(B) | 319.03º | 0.99% | 0.73% | - |
| XYZ | 24.4 | 12.15 | 21.48 | - |
| YUV | 71.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 128 | 0 | 0.99 | 0.32 | 0.27 | 319.03 | 0.99 | 0.37 |
| Hex | BB | 1 | 80 | 0 | 63 | 20 | 1B | 13F | 63 | 25 |
| Octal | 273 | 1 | 200 | 0 | 143 | 40 | 33 | 477 | 143 | 45 |
| Binary | 10111011 | 1 | 10000000 | 0 | 1100011 | 100000 | 11011 | 100111111 | 1100011 | 100101 |
Color Harmonies of #BB0180
Complementary color
Monochromatic Colors of #BB0180
Black with #BB0180
Text Example
Text Example
White with #BB0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0180; }
p { color: rgb(187,1,128); }
H1.HeaderClassName
{
color: #BB0180;
}
.AnyTagClassName
{
color: #BB0180;
}
</style>
background-color css
<style>
a { background-color: #BB0180; }
a { background-color: rgb(187,1,128); }
div.DivClassName
{
background-color: #BB0180;
}
.BgClassName
{
background-color: #BB0180;
}
</style>
border-color css
<style>
span { border-color: #BB0180; }
span { border-color: rgb(187,1,128); }
td.TdClassName
{
border-color: #BB0180;
}
.TagClassName
{
border-color: #BB0180;
}
</style>