Shades of Fuchsia #BB40C6
Tints of Fuchsia #BB40C6
RGB
CMYK
RGB Variations
Color information
#BB40C6 (or 0xBB40C6) is known color: Fuchsia. HEX triplet: BB, 40 and C6. RGB value is (187,64,198). Sum of RGB (Red+Green+Blue) = 187+64+198=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40C6 is #44BF39. Grayscale: #737373. Windows color (decimal): -4505402 or 12992699. OLE color: 12992699.
HSL color Cylindrical-coordinate representation of color #BB40C6: hue angle of 295.07º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB40C6 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 64 | 198 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.22 |
| HSL | 295.07º | 0.54% | 0.51% | - |
| HSV(B) | 295.07º | 0.68% | 0.78% | - |
| XYZ | 32.52 | 18.31 | 55.25 | - |
| YUV | 116.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 198 | 0.06 | 0.68 | 0 | 0.22 | 295.07 | 0.54 | 0.51 |
| Hex | BB | 40 | C6 | 6 | 44 | 0 | 16 | 127 | 36 | 33 |
| Octal | 273 | 100 | 306 | 6 | 104 | 0 | 26 | 447 | 66 | 63 |
| Binary | 10111011 | 1000000 | 11000110 | 110 | 1000100 | 0 | 10110 | 100100111 | 110110 | 110011 |
Color Harmonies of #BB40C6
Complementary color
Monochromatic Colors of #BB40C6
Black with #BB40C6
Text Example
Text Example
White with #BB40C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40C6; }
p { color: rgb(187,64,198); }
H1.HeaderClassName
{
color: #BB40C6;
}
.AnyTagClassName
{
color: #BB40C6;
}
</style>
background-color css
<style>
a { background-color: #BB40C6; }
a { background-color: rgb(187,64,198); }
div.DivClassName
{
background-color: #BB40C6;
}
.BgClassName
{
background-color: #BB40C6;
}
</style>
border-color css
<style>
span { border-color: #BB40C6; }
span { border-color: rgb(187,64,198); }
td.TdClassName
{
border-color: #BB40C6;
}
.TagClassName
{
border-color: #BB40C6;
}
</style>