Shades of Fuchsia #BB40C1
Tints of Fuchsia #BB40C1
RGB
CMYK
RGB Variations
Color information
#BB40C1 (or 0xBB40C1) is known color: Fuchsia. HEX triplet: BB, 40 and C1. RGB value is (187,64,193). Sum of RGB (Red+Green+Blue) = 187+64+193=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40C1 is #44BF3E. Grayscale: #737373. Windows color (decimal): -4505407 or 12665019. OLE color: 12665019.
HSL color Cylindrical-coordinate representation of color #BB40C1: hue angle of 297.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB40C1 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 64 | 193 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.24 |
| HSL | 297.21º | 0.51% | 0.5% | - |
| HSV(B) | 297.21º | 0.67% | 0.76% | - |
| XYZ | 31.95 | 18.08 | 52.26 | - |
| YUV | 115.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 193 | 0.03 | 0.67 | 0 | 0.24 | 297.21 | 0.51 | 0.5 |
| Hex | BB | 40 | C1 | 3 | 43 | 0 | 18 | 129 | 33 | 32 |
| Octal | 273 | 100 | 301 | 3 | 103 | 0 | 30 | 451 | 63 | 62 |
| Binary | 10111011 | 1000000 | 11000001 | 11 | 1000011 | 0 | 11000 | 100101001 | 110011 | 110010 |
Color Harmonies of #BB40C1
Complementary color
Monochromatic Colors of #BB40C1
Black with #BB40C1
Text Example
Text Example
White with #BB40C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40C1; }
p { color: rgb(187,64,193); }
H1.HeaderClassName
{
color: #BB40C1;
}
.AnyTagClassName
{
color: #BB40C1;
}
</style>
background-color css
<style>
a { background-color: #BB40C1; }
a { background-color: rgb(187,64,193); }
div.DivClassName
{
background-color: #BB40C1;
}
.BgClassName
{
background-color: #BB40C1;
}
</style>
border-color css
<style>
span { border-color: #BB40C1; }
span { border-color: rgb(187,64,193); }
td.TdClassName
{
border-color: #BB40C1;
}
.TagClassName
{
border-color: #BB40C1;
}
</style>