Shades of Medium Red Violet #BB417F
Tints of Medium Red Violet #BB417F
RGB
CMYK
RGB Variations
Color information
#BB417F (or 0xBB417F) is known color: Medium Red Violet. HEX triplet: BB, 41 and 7F. RGB value is (187,65,127). Sum of RGB (Red+Green+Blue) = 187+65+127=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB417F is #44BE80. Grayscale: #6C6C6C. Windows color (decimal): -4505217 or 8339899. OLE color: 8339899.
HSL color Cylindrical-coordinate representation of color #BB417F: hue angle of 329.51º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB417F is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 127 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.27 |
| HSL | 329.51º | 0.48% | 0.49% | - |
| HSV(B) | 329.51º | 0.65% | 0.73% | - |
| XYZ | 26.21 | 15.88 | 21.76 | - |
| YUV | 108.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 127 | 0 | 0.65 | 0.32 | 0.27 | 329.51 | 0.48 | 0.49 |
| Hex | BB | 41 | 7F | 0 | 41 | 20 | 1B | 14A | 30 | 31 |
| Octal | 273 | 101 | 177 | 0 | 101 | 40 | 33 | 512 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1111111 | 0 | 1000001 | 100000 | 11011 | 101001010 | 110000 | 110001 |
Color Harmonies of #BB417F
Complementary color
Monochromatic Colors of #BB417F
Black with #BB417F
Text Example
Text Example
White with #BB417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB417F; }
p { color: rgb(187,65,127); }
H1.HeaderClassName
{
color: #BB417F;
}
.AnyTagClassName
{
color: #BB417F;
}
</style>
background-color css
<style>
a { background-color: #BB417F; }
a { background-color: rgb(187,65,127); }
div.DivClassName
{
background-color: #BB417F;
}
.BgClassName
{
background-color: #BB417F;
}
</style>
border-color css
<style>
span { border-color: #BB417F; }
span { border-color: rgb(187,65,127); }
td.TdClassName
{
border-color: #BB417F;
}
.TagClassName
{
border-color: #BB417F;
}
</style>