Shades of Medium Violet Red #BB0882
Tints of Medium Violet Red #BB0882
RGB
CMYK
RGB Variations
Color information
#BB0882 (or 0xBB0882) is known color: Medium Violet Red. HEX triplet: BB, 08 and 82. RGB value is (187,8,130). Sum of RGB (Red+Green+Blue) = 187+8+130=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0882 is #44F77D. Grayscale: #4B4B4B. Windows color (decimal): -4519806 or 8521915. OLE color: 8521915.
HSL color Cylindrical-coordinate representation of color #BB0882: hue angle of 319.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0882 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.27 |
| HSL | 319.11º | 0.92% | 0.38% | - |
| HSV(B) | 319.11º | 0.96% | 0.73% | - |
| XYZ | 24.61 | 12.35 | 22.21 | - |
| YUV | 75.43 | 158.8 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 130 | 0 | 0.96 | 0.30 | 0.27 | 319.11 | 0.92 | 0.38 |
| Hex | BB | 8 | 82 | 0 | 60 | 1E | 1B | 13F | 5C | 26 |
| Octal | 273 | 10 | 202 | 0 | 140 | 36 | 33 | 477 | 134 | 46 |
| Binary | 10111011 | 1000 | 10000010 | 0 | 1100000 | 11110 | 11011 | 100111111 | 1011100 | 100110 |
Color Harmonies of #BB0882
Complementary color
Monochromatic Colors of #BB0882
Black with #BB0882
Text Example
Text Example
White with #BB0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0882; }
p { color: rgb(187,8,130); }
H1.HeaderClassName
{
color: #BB0882;
}
.AnyTagClassName
{
color: #BB0882;
}
</style>
background-color css
<style>
a { background-color: #BB0882; }
a { background-color: rgb(187,8,130); }
div.DivClassName
{
background-color: #BB0882;
}
.BgClassName
{
background-color: #BB0882;
}
</style>
border-color css
<style>
span { border-color: #BB0882; }
span { border-color: rgb(187,8,130); }
td.TdClassName
{
border-color: #BB0882;
}
.TagClassName
{
border-color: #BB0882;
}
</style>