Shades of Medium Violet Red #BB1DA3
Tints of Medium Violet Red #BB1DA3
RGB
CMYK
RGB Variations
Color information
#BB1DA3 (or 0xBB1DA3) is known color: Medium Violet Red. HEX triplet: BB, 1D and A3. RGB value is (187,29,163). Sum of RGB (Red+Green+Blue) = 187+29+163=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DA3 is #44E25C. Grayscale: #5B5B5B. Windows color (decimal): -4514397 or 10689979. OLE color: 10689979.
HSL color Cylindrical-coordinate representation of color #BB1DA3: hue angle of 309.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1DA3 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 163 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.27 |
| HSL | 309.11º | 0.73% | 0.42% | - |
| HSV(B) | 309.11º | 0.84% | 0.73% | - |
| XYZ | 27.54 | 14.09 | 35.92 | - |
| YUV | 91.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 163 | 0 | 0.84 | 0.13 | 0.27 | 309.11 | 0.73 | 0.42 |
| Hex | BB | 1D | A3 | 0 | 54 | D | 1B | 135 | 49 | 2A |
| Octal | 273 | 35 | 243 | 0 | 124 | 15 | 33 | 465 | 111 | 52 |
| Binary | 10111011 | 11101 | 10100011 | 0 | 1010100 | 1101 | 11011 | 100110101 | 1001001 | 101010 |
Color Harmonies of #BB1DA3
Complementary color
Monochromatic Colors of #BB1DA3
Black with #BB1DA3
Text Example
Text Example
White with #BB1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DA3; }
p { color: rgb(187,29,163); }
H1.HeaderClassName
{
color: #BB1DA3;
}
.AnyTagClassName
{
color: #BB1DA3;
}
</style>
background-color css
<style>
a { background-color: #BB1DA3; }
a { background-color: rgb(187,29,163); }
div.DivClassName
{
background-color: #BB1DA3;
}
.BgClassName
{
background-color: #BB1DA3;
}
</style>
border-color css
<style>
span { border-color: #BB1DA3; }
span { border-color: rgb(187,29,163); }
td.TdClassName
{
border-color: #BB1DA3;
}
.TagClassName
{
border-color: #BB1DA3;
}
</style>