Shades of Medium Red Violet #BB407E
Tints of Medium Red Violet #BB407E
RGB
CMYK
RGB Variations
Color information
#BB407E (or 0xBB407E) is known color: Medium Red Violet. HEX triplet: BB, 40 and 7E. RGB value is (187,64,126). Sum of RGB (Red+Green+Blue) = 187+64+126=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB407E is #44BF81. Grayscale: #6B6B6B. Windows color (decimal): -4505474 or 8274107. OLE color: 8274107.
HSL color Cylindrical-coordinate representation of color #BB407E: hue angle of 329.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB407E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 126 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.27 |
| HSL | 329.76º | 0.49% | 0.49% | - |
| HSV(B) | 329.76º | 0.66% | 0.73% | - |
| XYZ | 26.09 | 15.74 | 21.4 | - |
| YUV | 107.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 126 | 0 | 0.66 | 0.33 | 0.27 | 329.76 | 0.49 | 0.49 |
| Hex | BB | 40 | 7E | 0 | 42 | 21 | 1B | 14A | 31 | 31 |
| Octal | 273 | 100 | 176 | 0 | 102 | 41 | 33 | 512 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1111110 | 0 | 1000010 | 100001 | 11011 | 101001010 | 110001 | 110001 |
Color Harmonies of #BB407E
Complementary color
Monochromatic Colors of #BB407E
Black with #BB407E
Text Example
Text Example
White with #BB407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB407E; }
p { color: rgb(187,64,126); }
H1.HeaderClassName
{
color: #BB407E;
}
.AnyTagClassName
{
color: #BB407E;
}
</style>
background-color css
<style>
a { background-color: #BB407E; }
a { background-color: rgb(187,64,126); }
div.DivClassName
{
background-color: #BB407E;
}
.BgClassName
{
background-color: #BB407E;
}
</style>
border-color css
<style>
span { border-color: #BB407E; }
span { border-color: rgb(187,64,126); }
td.TdClassName
{
border-color: #BB407E;
}
.TagClassName
{
border-color: #BB407E;
}
</style>