Shades of Medium Red Violet #BB347F
Tints of Medium Red Violet #BB347F
RGB
CMYK
RGB Variations
Color information
#BB347F (or 0xBB347F) is known color: Medium Red Violet. HEX triplet: BB, 34 and 7F. RGB value is (187,52,127). Sum of RGB (Red+Green+Blue) = 187+52+127=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB347F is #44CB80. Grayscale: #646464. Windows color (decimal): -4508545 or 8336571. OLE color: 8336571.
HSL color Cylindrical-coordinate representation of color #BB347F: hue angle of 326.67º 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 #BB347F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 127 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.27 |
| HSL | 326.67º | 0.56% | 0.47% | - |
| HSV(B) | 326.67º | 0.72% | 0.73% | - |
| XYZ | 25.55 | 14.55 | 21.54 | - |
| YUV | 100.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 127 | 0 | 0.72 | 0.32 | 0.27 | 326.67 | 0.56 | 0.47 |
| Hex | BB | 34 | 7F | 0 | 48 | 20 | 1B | 147 | 38 | 2F |
| Octal | 273 | 64 | 177 | 0 | 110 | 40 | 33 | 507 | 70 | 57 |
| Binary | 10111011 | 110100 | 1111111 | 0 | 1001000 | 100000 | 11011 | 101000111 | 111000 | 101111 |
Color Harmonies of #BB347F
Complementary color
Monochromatic Colors of #BB347F
Black with #BB347F
Text Example
Text Example
White with #BB347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB347F; }
p { color: rgb(187,52,127); }
H1.HeaderClassName
{
color: #BB347F;
}
.AnyTagClassName
{
color: #BB347F;
}
</style>
background-color css
<style>
a { background-color: #BB347F; }
a { background-color: rgb(187,52,127); }
div.DivClassName
{
background-color: #BB347F;
}
.BgClassName
{
background-color: #BB347F;
}
</style>
border-color css
<style>
span { border-color: #BB347F; }
span { border-color: rgb(187,52,127); }
td.TdClassName
{
border-color: #BB347F;
}
.TagClassName
{
border-color: #BB347F;
}
</style>