Shades of Medium Violet Red #BB038D
Tints of Medium Violet Red #BB038D
RGB
CMYK
RGB Variations
Color information
#BB038D (or 0xBB038D) is known color: Medium Violet Red. HEX triplet: BB, 03 and 8D. RGB value is (187,3,141). Sum of RGB (Red+Green+Blue) = 187+3+141=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB038D is #44FC72. Grayscale: #494949. Windows color (decimal): -4521075 or 9241531. OLE color: 9241531.
HSL color Cylindrical-coordinate representation of color #BB038D: hue angle of 315º 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 #BB038D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.27 |
| HSL | 315º | 0.97% | 0.37% | - |
| HSV(B) | 315º | 0.98% | 0.73% | - |
| XYZ | 25.33 | 12.55 | 26.29 | - |
| YUV | 73.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 141 | 0 | 0.98 | 0.25 | 0.27 | 315 | 0.97 | 0.37 |
| Hex | BB | 3 | 8D | 0 | 62 | 19 | 1B | 13B | 61 | 25 |
| Octal | 273 | 3 | 215 | 0 | 142 | 31 | 33 | 473 | 141 | 45 |
| Binary | 10111011 | 11 | 10001101 | 0 | 1100010 | 11001 | 11011 | 100111011 | 1100001 | 100101 |
Color Harmonies of #BB038D
Complementary color
Monochromatic Colors of #BB038D
Black with #BB038D
Text Example
Text Example
White with #BB038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB038D; }
p { color: rgb(187,3,141); }
H1.HeaderClassName
{
color: #BB038D;
}
.AnyTagClassName
{
color: #BB038D;
}
</style>
background-color css
<style>
a { background-color: #BB038D; }
a { background-color: rgb(187,3,141); }
div.DivClassName
{
background-color: #BB038D;
}
.BgClassName
{
background-color: #BB038D;
}
</style>
border-color css
<style>
span { border-color: #BB038D; }
span { border-color: rgb(187,3,141); }
td.TdClassName
{
border-color: #BB038D;
}
.TagClassName
{
border-color: #BB038D;
}
</style>