Shades of Medium Red Violet #BB3D9A
Tints of Medium Red Violet #BB3D9A
RGB
CMYK
RGB Variations
Color information
#BB3D9A (or 0xBB3D9A) is known color: Medium Red Violet. HEX triplet: BB, 3D and 9A. RGB value is (187,61,154). Sum of RGB (Red+Green+Blue) = 187+61+154=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D9A is #44C265. Grayscale: #6D6D6D. Windows color (decimal): -4506214 or 10108347. OLE color: 10108347.
HSL color Cylindrical-coordinate representation of color #BB3D9A: hue angle of 315.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D9A is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 154 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.27 |
| HSL | 315.71º | 0.51% | 0.49% | - |
| HSV(B) | 315.71º | 0.67% | 0.73% | - |
| XYZ | 28 | 16.24 | 32.23 | - |
| YUV | 109.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 154 | 0 | 0.67 | 0.18 | 0.27 | 315.71 | 0.51 | 0.49 |
| Hex | BB | 3D | 9A | 0 | 43 | 12 | 1B | 13C | 33 | 31 |
| Octal | 273 | 75 | 232 | 0 | 103 | 22 | 33 | 474 | 63 | 61 |
| Binary | 10111011 | 111101 | 10011010 | 0 | 1000011 | 10010 | 11011 | 100111100 | 110011 | 110001 |
Color Harmonies of #BB3D9A
Complementary color
Monochromatic Colors of #BB3D9A
Black with #BB3D9A
Text Example
Text Example
White with #BB3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D9A; }
p { color: rgb(187,61,154); }
H1.HeaderClassName
{
color: #BB3D9A;
}
.AnyTagClassName
{
color: #BB3D9A;
}
</style>
background-color css
<style>
a { background-color: #BB3D9A; }
a { background-color: rgb(187,61,154); }
div.DivClassName
{
background-color: #BB3D9A;
}
.BgClassName
{
background-color: #BB3D9A;
}
</style>
border-color css
<style>
span { border-color: #BB3D9A; }
span { border-color: rgb(187,61,154); }
td.TdClassName
{
border-color: #BB3D9A;
}
.TagClassName
{
border-color: #BB3D9A;
}
</style>