Shades of Fuchsia #BB40B9
Tints of Fuchsia #BB40B9
RGB
CMYK
RGB Variations
Color information
#BB40B9 (or 0xBB40B9) is known color: Fuchsia. HEX triplet: BB, 40 and B9. RGB value is (187,64,185). Sum of RGB (Red+Green+Blue) = 187+64+185=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40B9 is #44BF46. Grayscale: #727272. Windows color (decimal): -4505415 or 12140731. OLE color: 12140731.
HSL color Cylindrical-coordinate representation of color #BB40B9: hue angle of 300.98º 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 #BB40B9 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 185 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.27 |
| HSL | 300.98º | 0.49% | 0.49% | - |
| HSV(B) | 300.98º | 0.66% | 0.73% | - |
| XYZ | 31.08 | 17.73 | 47.68 | - |
| YUV | 114.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 185 | 0 | 0.66 | 0.01 | 0.27 | 300.98 | 0.49 | 0.49 |
| Hex | BB | 40 | B9 | 0 | 42 | 1 | 1B | 12D | 31 | 31 |
| Octal | 273 | 100 | 271 | 0 | 102 | 1 | 33 | 455 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10111001 | 0 | 1000010 | 1 | 11011 | 100101101 | 110001 | 110001 |
Color Harmonies of #BB40B9
Complementary color
Monochromatic Colors of #BB40B9
Black with #BB40B9
Text Example
Text Example
White with #BB40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40B9; }
p { color: rgb(187,64,185); }
H1.HeaderClassName
{
color: #BB40B9;
}
.AnyTagClassName
{
color: #BB40B9;
}
</style>
background-color css
<style>
a { background-color: #BB40B9; }
a { background-color: rgb(187,64,185); }
div.DivClassName
{
background-color: #BB40B9;
}
.BgClassName
{
background-color: #BB40B9;
}
</style>
border-color css
<style>
span { border-color: #BB40B9; }
span { border-color: rgb(187,64,185); }
td.TdClassName
{
border-color: #BB40B9;
}
.TagClassName
{
border-color: #BB40B9;
}
</style>