Shades of Medium Red Violet #BB348C
Tints of Medium Red Violet #BB348C
RGB
CMYK
RGB Variations
Color information
#BB348C (or 0xBB348C) is known color: Medium Red Violet. HEX triplet: BB, 34 and 8C. RGB value is (187,52,140). Sum of RGB (Red+Green+Blue) = 187+52+140=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB348C is #44CB73. Grayscale: #666666. Windows color (decimal): -4508532 or 9188539. OLE color: 9188539.
HSL color Cylindrical-coordinate representation of color #BB348C: hue angle of 320.89º 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 #BB348C is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 140 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.27 |
| HSL | 320.89º | 0.56% | 0.47% | - |
| HSV(B) | 320.89º | 0.72% | 0.73% | - |
| XYZ | 26.46 | 14.91 | 26.3 | - |
| YUV | 102.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 140 | 0 | 0.72 | 0.25 | 0.27 | 320.89 | 0.56 | 0.47 |
| Hex | BB | 34 | 8C | 0 | 48 | 19 | 1B | 141 | 38 | 2F |
| Octal | 273 | 64 | 214 | 0 | 110 | 31 | 33 | 501 | 70 | 57 |
| Binary | 10111011 | 110100 | 10001100 | 0 | 1001000 | 11001 | 11011 | 101000001 | 111000 | 101111 |
Color Harmonies of #BB348C
Complementary color
Monochromatic Colors of #BB348C
Black with #BB348C
Text Example
Text Example
White with #BB348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB348C; }
p { color: rgb(187,52,140); }
H1.HeaderClassName
{
color: #BB348C;
}
.AnyTagClassName
{
color: #BB348C;
}
</style>
background-color css
<style>
a { background-color: #BB348C; }
a { background-color: rgb(187,52,140); }
div.DivClassName
{
background-color: #BB348C;
}
.BgClassName
{
background-color: #BB348C;
}
</style>
border-color css
<style>
span { border-color: #BB348C; }
span { border-color: rgb(187,52,140); }
td.TdClassName
{
border-color: #BB348C;
}
.TagClassName
{
border-color: #BB348C;
}
</style>