Shades of Medium Violet Red #BB028D
Tints of Medium Violet Red #BB028D
RGB
CMYK
RGB Variations
Color information
#BB028D (or 0xBB028D) is known color: Medium Violet Red. HEX triplet: BB, 02 and 8D. RGB value is (187,2,141). Sum of RGB (Red+Green+Blue) = 187+2+141=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB028D is #44FD72. Grayscale: #484848. Windows color (decimal): -4521331 or 9241275. OLE color: 9241275.
HSL color Cylindrical-coordinate representation of color #BB028D: hue angle of 314.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB028D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.27 |
| HSL | 314.92º | 0.98% | 0.37% | - |
| HSV(B) | 314.92º | 0.99% | 0.73% | - |
| XYZ | 25.32 | 12.53 | 26.28 | - |
| YUV | 73.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 141 | 0 | 0.99 | 0.25 | 0.27 | 314.92 | 0.98 | 0.37 |
| Hex | BB | 2 | 8D | 0 | 63 | 19 | 1B | 13B | 62 | 25 |
| Octal | 273 | 2 | 215 | 0 | 143 | 31 | 33 | 473 | 142 | 45 |
| Binary | 10111011 | 10 | 10001101 | 0 | 1100011 | 11001 | 11011 | 100111011 | 1100010 | 100101 |
Color Harmonies of #BB028D
Complementary color
Monochromatic Colors of #BB028D
Black with #BB028D
Text Example
Text Example
White with #BB028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB028D; }
p { color: rgb(187,2,141); }
H1.HeaderClassName
{
color: #BB028D;
}
.AnyTagClassName
{
color: #BB028D;
}
</style>
background-color css
<style>
a { background-color: #BB028D; }
a { background-color: rgb(187,2,141); }
div.DivClassName
{
background-color: #BB028D;
}
.BgClassName
{
background-color: #BB028D;
}
</style>
border-color css
<style>
span { border-color: #BB028D; }
span { border-color: rgb(187,2,141); }
td.TdClassName
{
border-color: #BB028D;
}
.TagClassName
{
border-color: #BB028D;
}
</style>