Shades of Fuchsia #BB40A6
Tints of Fuchsia #BB40A6
RGB
CMYK
RGB Variations
Color information
#BB40A6 (or 0xBB40A6) is known color: Fuchsia. HEX triplet: BB, 40 and A6. RGB value is (187,64,166). Sum of RGB (Red+Green+Blue) = 187+64+166=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40A6 is #44BF59. Grayscale: #707070. Windows color (decimal): -4505434 or 10895547. OLE color: 10895547.
HSL color Cylindrical-coordinate representation of color #BB40A6: hue angle of 310.24º 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 #BB40A6 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 166 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.27 |
| HSL | 310.24º | 0.49% | 0.49% | - |
| HSV(B) | 310.24º | 0.66% | 0.73% | - |
| XYZ | 29.21 | 16.98 | 37.82 | - |
| YUV | 112.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 166 | 0 | 0.66 | 0.11 | 0.27 | 310.24 | 0.49 | 0.49 |
| Hex | BB | 40 | A6 | 0 | 42 | B | 1B | 136 | 31 | 31 |
| Octal | 273 | 100 | 246 | 0 | 102 | 13 | 33 | 466 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10100110 | 0 | 1000010 | 1011 | 11011 | 100110110 | 110001 | 110001 |
Color Harmonies of #BB40A6
Complementary color
Monochromatic Colors of #BB40A6
Black with #BB40A6
Text Example
Text Example
White with #BB40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40A6; }
p { color: rgb(187,64,166); }
H1.HeaderClassName
{
color: #BB40A6;
}
.AnyTagClassName
{
color: #BB40A6;
}
</style>
background-color css
<style>
a { background-color: #BB40A6; }
a { background-color: rgb(187,64,166); }
div.DivClassName
{
background-color: #BB40A6;
}
.BgClassName
{
background-color: #BB40A6;
}
</style>
border-color css
<style>
span { border-color: #BB40A6; }
span { border-color: rgb(187,64,166); }
td.TdClassName
{
border-color: #BB40A6;
}
.TagClassName
{
border-color: #BB40A6;
}
</style>