Shades of Medium Violet Red #BB1783
Tints of Medium Violet Red #BB1783
RGB
CMYK
RGB Variations
Color information
#BB1783 (or 0xBB1783) is known color: Medium Violet Red. HEX triplet: BB, 17 and 83. RGB value is (187,23,131). Sum of RGB (Red+Green+Blue) = 187+23+131=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1783 is #44E87C. Grayscale: #545454. Windows color (decimal): -4515965 or 8591291. OLE color: 8591291.
HSL color Cylindrical-coordinate representation of color #BB1783: hue angle of 320.49º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1783 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 131 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.27 |
| HSL | 320.49º | 0.78% | 0.41% | - |
| HSV(B) | 320.49º | 0.88% | 0.73% | - |
| XYZ | 24.9 | 12.82 | 22.63 | - |
| YUV | 84.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 131 | 0 | 0.88 | 0.30 | 0.27 | 320.49 | 0.78 | 0.41 |
| Hex | BB | 17 | 83 | 0 | 58 | 1E | 1B | 140 | 4E | 29 |
| Octal | 273 | 27 | 203 | 0 | 130 | 36 | 33 | 500 | 116 | 51 |
| Binary | 10111011 | 10111 | 10000011 | 0 | 1011000 | 11110 | 11011 | 101000000 | 1001110 | 101001 |
Color Harmonies of #BB1783
Complementary color
Monochromatic Colors of #BB1783
Black with #BB1783
Text Example
Text Example
White with #BB1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1783; }
p { color: rgb(187,23,131); }
H1.HeaderClassName
{
color: #BB1783;
}
.AnyTagClassName
{
color: #BB1783;
}
</style>
background-color css
<style>
a { background-color: #BB1783; }
a { background-color: rgb(187,23,131); }
div.DivClassName
{
background-color: #BB1783;
}
.BgClassName
{
background-color: #BB1783;
}
</style>
border-color css
<style>
span { border-color: #BB1783; }
span { border-color: rgb(187,23,131); }
td.TdClassName
{
border-color: #BB1783;
}
.TagClassName
{
border-color: #BB1783;
}
</style>