Shades of Medium Red Violet #BB38A2
Tints of Medium Red Violet #BB38A2
RGB
CMYK
RGB Variations
Color information
#BB38A2 (or 0xBB38A2) is known color: Medium Red Violet. HEX triplet: BB, 38 and A2. RGB value is (187,56,162). Sum of RGB (Red+Green+Blue) = 187+56+162=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38A2 is #44C75D. Grayscale: #6A6A6A. Windows color (decimal): -4507486 or 10631355. OLE color: 10631355.
HSL color Cylindrical-coordinate representation of color #BB38A2: hue angle of 311.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB38A2 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 162 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.27 |
| HSL | 311.45º | 0.54% | 0.48% | - |
| HSV(B) | 311.45º | 0.7% | 0.73% | - |
| XYZ | 28.43 | 16 | 35.77 | - |
| YUV | 107.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 162 | 0 | 0.70 | 0.13 | 0.27 | 311.45 | 0.54 | 0.48 |
| Hex | BB | 38 | A2 | 0 | 46 | D | 1B | 137 | 36 | 30 |
| Octal | 273 | 70 | 242 | 0 | 106 | 15 | 33 | 467 | 66 | 60 |
| Binary | 10111011 | 111000 | 10100010 | 0 | 1000110 | 1101 | 11011 | 100110111 | 110110 | 110000 |
Color Harmonies of #BB38A2
Complementary color
Monochromatic Colors of #BB38A2
Black with #BB38A2
Text Example
Text Example
White with #BB38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38A2; }
p { color: rgb(187,56,162); }
H1.HeaderClassName
{
color: #BB38A2;
}
.AnyTagClassName
{
color: #BB38A2;
}
</style>
background-color css
<style>
a { background-color: #BB38A2; }
a { background-color: rgb(187,56,162); }
div.DivClassName
{
background-color: #BB38A2;
}
.BgClassName
{
background-color: #BB38A2;
}
</style>
border-color css
<style>
span { border-color: #BB38A2; }
span { border-color: rgb(187,56,162); }
td.TdClassName
{
border-color: #BB38A2;
}
.TagClassName
{
border-color: #BB38A2;
}
</style>