Shades of Medium Violet Red #BB1F8B
Tints of Medium Violet Red #BB1F8B
RGB
CMYK
RGB Variations
Color information
#BB1F8B (or 0xBB1F8B) is known color: Medium Violet Red. HEX triplet: BB, 1F and 8B. RGB value is (187,31,139). Sum of RGB (Red+Green+Blue) = 187+31+139=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1F8B is #44E074. Grayscale: #595959. Windows color (decimal): -4513909 or 9117627. OLE color: 9117627.
HSL color Cylindrical-coordinate representation of color #BB1F8B: hue angle of 318.46º 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 #BB1F8B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 139 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.27 |
| HSL | 318.46º | 0.72% | 0.43% | - |
| HSV(B) | 318.46º | 0.83% | 0.73% | - |
| XYZ | 25.64 | 13.41 | 25.66 | - |
| YUV | 89.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 139 | 0 | 0.83 | 0.26 | 0.27 | 318.46 | 0.72 | 0.43 |
| Hex | BB | 1F | 8B | 0 | 53 | 1A | 1B | 13E | 48 | 2B |
| Octal | 273 | 37 | 213 | 0 | 123 | 32 | 33 | 476 | 110 | 53 |
| Binary | 10111011 | 11111 | 10001011 | 0 | 1010011 | 11010 | 11011 | 100111110 | 1001000 | 101011 |
Color Harmonies of #BB1F8B
Complementary color
Monochromatic Colors of #BB1F8B
Black with #BB1F8B
Text Example
Text Example
White with #BB1F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F8B; }
p { color: rgb(187,31,139); }
H1.HeaderClassName
{
color: #BB1F8B;
}
.AnyTagClassName
{
color: #BB1F8B;
}
</style>
background-color css
<style>
a { background-color: #BB1F8B; }
a { background-color: rgb(187,31,139); }
div.DivClassName
{
background-color: #BB1F8B;
}
.BgClassName
{
background-color: #BB1F8B;
}
</style>
border-color css
<style>
span { border-color: #BB1F8B; }
span { border-color: rgb(187,31,139); }
td.TdClassName
{
border-color: #BB1F8B;
}
.TagClassName
{
border-color: #BB1F8B;
}
</style>