Shades of Medium Red Violet #BB348E
Tints of Medium Red Violet #BB348E
RGB
CMYK
RGB Variations
Color information
#BB348E (or 0xBB348E) is known color: Medium Red Violet. HEX triplet: BB, 34 and 8E. RGB value is (187,52,142). Sum of RGB (Red+Green+Blue) = 187+52+142=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB348E is #44CB71. Grayscale: #666666. Windows color (decimal): -4508530 or 9319611. OLE color: 9319611.
HSL color Cylindrical-coordinate representation of color #BB348E: hue angle of 320º 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 #BB348E is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 142 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.27 |
| HSL | 320º | 0.56% | 0.47% | - |
| HSV(B) | 320º | 0.72% | 0.73% | - |
| XYZ | 26.6 | 14.97 | 27.08 | - |
| YUV | 102.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 142 | 0 | 0.72 | 0.24 | 0.27 | 320 | 0.56 | 0.47 |
| Hex | BB | 34 | 8E | 0 | 48 | 18 | 1B | 140 | 38 | 2F |
| Octal | 273 | 64 | 216 | 0 | 110 | 30 | 33 | 500 | 70 | 57 |
| Binary | 10111011 | 110100 | 10001110 | 0 | 1001000 | 11000 | 11011 | 101000000 | 111000 | 101111 |
Color Harmonies of #BB348E
Complementary color
Monochromatic Colors of #BB348E
Black with #BB348E
Text Example
Text Example
White with #BB348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB348E; }
p { color: rgb(187,52,142); }
H1.HeaderClassName
{
color: #BB348E;
}
.AnyTagClassName
{
color: #BB348E;
}
</style>
background-color css
<style>
a { background-color: #BB348E; }
a { background-color: rgb(187,52,142); }
div.DivClassName
{
background-color: #BB348E;
}
.BgClassName
{
background-color: #BB348E;
}
</style>
border-color css
<style>
span { border-color: #BB348E; }
span { border-color: rgb(187,52,142); }
td.TdClassName
{
border-color: #BB348E;
}
.TagClassName
{
border-color: #BB348E;
}
</style>