Shades of Medium Red Violet #BB348D
Tints of Medium Red Violet #BB348D
RGB
CMYK
RGB Variations
Color information
#BB348D (or 0xBB348D) is known color: Medium Red Violet. HEX triplet: BB, 34 and 8D. RGB value is (187,52,141). Sum of RGB (Red+Green+Blue) = 187+52+141=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB348D is #44CB72. Grayscale: #666666. Windows color (decimal): -4508531 or 9254075. OLE color: 9254075.
HSL color Cylindrical-coordinate representation of color #BB348D: hue angle of 320.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB348D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 141 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.27 |
| HSL | 320.44º | 0.56% | 0.47% | - |
| HSV(B) | 320.44º | 0.72% | 0.73% | - |
| XYZ | 26.53 | 14.94 | 26.69 | - |
| YUV | 102.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 141 | 0 | 0.72 | 0.25 | 0.27 | 320.44 | 0.56 | 0.47 |
| Hex | BB | 34 | 8D | 0 | 48 | 19 | 1B | 140 | 38 | 2F |
| Octal | 273 | 64 | 215 | 0 | 110 | 31 | 33 | 500 | 70 | 57 |
| Binary | 10111011 | 110100 | 10001101 | 0 | 1001000 | 11001 | 11011 | 101000000 | 111000 | 101111 |
Color Harmonies of #BB348D
Complementary color
Monochromatic Colors of #BB348D
Black with #BB348D
Text Example
Text Example
White with #BB348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB348D; }
p { color: rgb(187,52,141); }
H1.HeaderClassName
{
color: #BB348D;
}
.AnyTagClassName
{
color: #BB348D;
}
</style>
background-color css
<style>
a { background-color: #BB348D; }
a { background-color: rgb(187,52,141); }
div.DivClassName
{
background-color: #BB348D;
}
.BgClassName
{
background-color: #BB348D;
}
</style>
border-color css
<style>
span { border-color: #BB348D; }
span { border-color: rgb(187,52,141); }
td.TdClassName
{
border-color: #BB348D;
}
.TagClassName
{
border-color: #BB348D;
}
</style>