Shades of Medium Violet Red #BB1FA3
Tints of Medium Violet Red #BB1FA3
RGB
CMYK
RGB Variations
Color information
#BB1FA3 (or 0xBB1FA3) is known color: Medium Violet Red. HEX triplet: BB, 1F and A3. RGB value is (187,31,163). Sum of RGB (Red+Green+Blue) = 187+31+163=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1FA3 is #44E05C. Grayscale: #5C5C5C. Windows color (decimal): -4513885 or 10690491. OLE color: 10690491.
HSL color Cylindrical-coordinate representation of color #BB1FA3: hue angle of 309.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1FA3 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 163 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.27 |
| HSL | 309.23º | 0.72% | 0.43% | - |
| HSV(B) | 309.23º | 0.83% | 0.73% | - |
| XYZ | 27.59 | 14.19 | 35.93 | - |
| YUV | 92.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 163 | 0 | 0.83 | 0.13 | 0.27 | 309.23 | 0.72 | 0.43 |
| Hex | BB | 1F | A3 | 0 | 53 | D | 1B | 135 | 48 | 2B |
| Octal | 273 | 37 | 243 | 0 | 123 | 15 | 33 | 465 | 110 | 53 |
| Binary | 10111011 | 11111 | 10100011 | 0 | 1010011 | 1101 | 11011 | 100110101 | 1001000 | 101011 |
Color Harmonies of #BB1FA3
Complementary color
Monochromatic Colors of #BB1FA3
Black with #BB1FA3
Text Example
Text Example
White with #BB1FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FA3; }
p { color: rgb(187,31,163); }
H1.HeaderClassName
{
color: #BB1FA3;
}
.AnyTagClassName
{
color: #BB1FA3;
}
</style>
background-color css
<style>
a { background-color: #BB1FA3; }
a { background-color: rgb(187,31,163); }
div.DivClassName
{
background-color: #BB1FA3;
}
.BgClassName
{
background-color: #BB1FA3;
}
</style>
border-color css
<style>
span { border-color: #BB1FA3; }
span { border-color: rgb(187,31,163); }
td.TdClassName
{
border-color: #BB1FA3;
}
.TagClassName
{
border-color: #BB1FA3;
}
</style>