Shades of Medium Violet Red #BB1083
Tints of Medium Violet Red #BB1083
RGB
CMYK
RGB Variations
Color information
#BB1083 (or 0xBB1083) is known color: Medium Violet Red. HEX triplet: BB, 10 and 83. RGB value is (187,16,131). Sum of RGB (Red+Green+Blue) = 187+16+131=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1083 is #44EF7C. Grayscale: #4F4F4F. Windows color (decimal): -4517757 or 8589499. OLE color: 8589499.
HSL color Cylindrical-coordinate representation of color #BB1083: hue angle of 319.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1083 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 131 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.27 |
| HSL | 319.65º | 0.84% | 0.4% | - |
| HSV(B) | 319.65º | 0.91% | 0.73% | - |
| XYZ | 24.78 | 12.57 | 22.59 | - |
| YUV | 80.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 131 | 0 | 0.91 | 0.30 | 0.27 | 319.65 | 0.84 | 0.4 |
| Hex | BB | 10 | 83 | 0 | 5B | 1E | 1B | 140 | 54 | 28 |
| Octal | 273 | 20 | 203 | 0 | 133 | 36 | 33 | 500 | 124 | 50 |
| Binary | 10111011 | 10000 | 10000011 | 0 | 1011011 | 11110 | 11011 | 101000000 | 1010100 | 101000 |
Color Harmonies of #BB1083
Complementary color
Monochromatic Colors of #BB1083
Black with #BB1083
Text Example
Text Example
White with #BB1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1083; }
p { color: rgb(187,16,131); }
H1.HeaderClassName
{
color: #BB1083;
}
.AnyTagClassName
{
color: #BB1083;
}
</style>
background-color css
<style>
a { background-color: #BB1083; }
a { background-color: rgb(187,16,131); }
div.DivClassName
{
background-color: #BB1083;
}
.BgClassName
{
background-color: #BB1083;
}
</style>
border-color css
<style>
span { border-color: #BB1083; }
span { border-color: rgb(187,16,131); }
td.TdClassName
{
border-color: #BB1083;
}
.TagClassName
{
border-color: #BB1083;
}
</style>