Shades of Medium Red Violet #BB31A8
Tints of Medium Red Violet #BB31A8
RGB
CMYK
RGB Variations
Color information
#BB31A8 (or 0xBB31A8) is known color: Medium Red Violet. HEX triplet: BB, 31 and A8. RGB value is (187,49,168). Sum of RGB (Red+Green+Blue) = 187+49+168=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31A8 is #44CE57. Grayscale: #676767. Windows color (decimal): -4509272 or 11022779. OLE color: 11022779.
HSL color Cylindrical-coordinate representation of color #BB31A8: hue angle of 308.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31A8 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 168 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.27 |
| HSL | 308.26º | 0.58% | 0.46% | - |
| HSV(B) | 308.26º | 0.74% | 0.73% | - |
| XYZ | 28.66 | 15.59 | 38.54 | - |
| YUV | 103.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 168 | 0 | 0.74 | 0.10 | 0.27 | 308.26 | 0.58 | 0.46 |
| Hex | BB | 31 | A8 | 0 | 4A | A | 1B | 134 | 3A | 2E |
| Octal | 273 | 61 | 250 | 0 | 112 | 12 | 33 | 464 | 72 | 56 |
| Binary | 10111011 | 110001 | 10101000 | 0 | 1001010 | 1010 | 11011 | 100110100 | 111010 | 101110 |
Color Harmonies of #BB31A8
Complementary color
Monochromatic Colors of #BB31A8
Black with #BB31A8
Text Example
Text Example
White with #BB31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31A8; }
p { color: rgb(187,49,168); }
H1.HeaderClassName
{
color: #BB31A8;
}
.AnyTagClassName
{
color: #BB31A8;
}
</style>
background-color css
<style>
a { background-color: #BB31A8; }
a { background-color: rgb(187,49,168); }
div.DivClassName
{
background-color: #BB31A8;
}
.BgClassName
{
background-color: #BB31A8;
}
</style>
border-color css
<style>
span { border-color: #BB31A8; }
span { border-color: rgb(187,49,168); }
td.TdClassName
{
border-color: #BB31A8;
}
.TagClassName
{
border-color: #BB31A8;
}
</style>