Shades of Medium Red Violet #BB347C
Tints of Medium Red Violet #BB347C
RGB
CMYK
RGB Variations
Color information
#BB347C (or 0xBB347C) is known color: Medium Red Violet. HEX triplet: BB, 34 and 7C. RGB value is (187,52,124). Sum of RGB (Red+Green+Blue) = 187+52+124=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB347C is #44CB83. Grayscale: #646464. Windows color (decimal): -4508548 or 8139963. OLE color: 8139963.
HSL color Cylindrical-coordinate representation of color #BB347C: hue angle of 328º 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 #BB347C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 124 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.27 |
| HSL | 328º | 0.56% | 0.47% | - |
| HSV(B) | 328º | 0.72% | 0.73% | - |
| XYZ | 25.36 | 14.48 | 20.53 | - |
| YUV | 100.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 124 | 0 | 0.72 | 0.34 | 0.27 | 328 | 0.56 | 0.47 |
| Hex | BB | 34 | 7C | 0 | 48 | 22 | 1B | 148 | 38 | 2F |
| Octal | 273 | 64 | 174 | 0 | 110 | 42 | 33 | 510 | 70 | 57 |
| Binary | 10111011 | 110100 | 1111100 | 0 | 1001000 | 100010 | 11011 | 101001000 | 111000 | 101111 |
Color Harmonies of #BB347C
Complementary color
Monochromatic Colors of #BB347C
Black with #BB347C
Text Example
Text Example
White with #BB347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB347C; }
p { color: rgb(187,52,124); }
H1.HeaderClassName
{
color: #BB347C;
}
.AnyTagClassName
{
color: #BB347C;
}
</style>
background-color css
<style>
a { background-color: #BB347C; }
a { background-color: rgb(187,52,124); }
div.DivClassName
{
background-color: #BB347C;
}
.BgClassName
{
background-color: #BB347C;
}
</style>
border-color css
<style>
span { border-color: #BB347C; }
span { border-color: rgb(187,52,124); }
td.TdClassName
{
border-color: #BB347C;
}
.TagClassName
{
border-color: #BB347C;
}
</style>