Shades of Medium Violet Red #BB037D
Tints of Medium Violet Red #BB037D
RGB
CMYK
RGB Variations
Color information
#BB037D (or 0xBB037D) is known color: Medium Violet Red. HEX triplet: BB, 03 and 7D. RGB value is (187,3,125). Sum of RGB (Red+Green+Blue) = 187+3+125=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB037D is #44FC82. Grayscale: #474747. Windows color (decimal): -4521091 or 8192955. OLE color: 8192955.
HSL color Cylindrical-coordinate representation of color #BB037D: hue angle of 320.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB037D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.27 |
| HSL | 320.22º | 0.97% | 0.37% | - |
| HSV(B) | 320.22º | 0.98% | 0.73% | - |
| XYZ | 24.23 | 12.11 | 20.46 | - |
| YUV | 71.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 125 | 0 | 0.98 | 0.33 | 0.27 | 320.22 | 0.97 | 0.37 |
| Hex | BB | 3 | 7D | 0 | 62 | 21 | 1B | 140 | 61 | 25 |
| Octal | 273 | 3 | 175 | 0 | 142 | 41 | 33 | 500 | 141 | 45 |
| Binary | 10111011 | 11 | 1111101 | 0 | 1100010 | 100001 | 11011 | 101000000 | 1100001 | 100101 |
Color Harmonies of #BB037D
Complementary color
Monochromatic Colors of #BB037D
Black with #BB037D
Text Example
Text Example
White with #BB037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB037D; }
p { color: rgb(187,3,125); }
H1.HeaderClassName
{
color: #BB037D;
}
.AnyTagClassName
{
color: #BB037D;
}
</style>
background-color css
<style>
a { background-color: #BB037D; }
a { background-color: rgb(187,3,125); }
div.DivClassName
{
background-color: #BB037D;
}
.BgClassName
{
background-color: #BB037D;
}
</style>
border-color css
<style>
span { border-color: #BB037D; }
span { border-color: rgb(187,3,125); }
td.TdClassName
{
border-color: #BB037D;
}
.TagClassName
{
border-color: #BB037D;
}
</style>