Shades of Medium Red Violet #BB408B
Tints of Medium Red Violet #BB408B
RGB
CMYK
RGB Variations
Color information
#BB408B (or 0xBB408B) is known color: Medium Red Violet. HEX triplet: BB, 40 and 8B. RGB value is (187,64,139). Sum of RGB (Red+Green+Blue) = 187+64+139=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB408B is #44BF74. Grayscale: #6D6D6D. Windows color (decimal): -4505461 or 9126075. OLE color: 9126075.
HSL color Cylindrical-coordinate representation of color #BB408B: hue angle of 323.41º 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 #BB408B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 139 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.27 |
| HSL | 323.41º | 0.49% | 0.49% | - |
| HSV(B) | 323.41º | 0.66% | 0.73% | - |
| XYZ | 26.99 | 16.1 | 26.11 | - |
| YUV | 109.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 139 | 0 | 0.66 | 0.26 | 0.27 | 323.41 | 0.49 | 0.49 |
| Hex | BB | 40 | 8B | 0 | 42 | 1A | 1B | 143 | 31 | 31 |
| Octal | 273 | 100 | 213 | 0 | 102 | 32 | 33 | 503 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10001011 | 0 | 1000010 | 11010 | 11011 | 101000011 | 110001 | 110001 |
Color Harmonies of #BB408B
Complementary color
Monochromatic Colors of #BB408B
Black with #BB408B
Text Example
Text Example
White with #BB408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB408B; }
p { color: rgb(187,64,139); }
H1.HeaderClassName
{
color: #BB408B;
}
.AnyTagClassName
{
color: #BB408B;
}
</style>
background-color css
<style>
a { background-color: #BB408B; }
a { background-color: rgb(187,64,139); }
div.DivClassName
{
background-color: #BB408B;
}
.BgClassName
{
background-color: #BB408B;
}
</style>
border-color css
<style>
span { border-color: #BB408B; }
span { border-color: rgb(187,64,139); }
td.TdClassName
{
border-color: #BB408B;
}
.TagClassName
{
border-color: #BB408B;
}
</style>