Shades of Fuchsia #BB41BC
Tints of Fuchsia #BB41BC
RGB
CMYK
RGB Variations
Color information
#BB41BC (or 0xBB41BC) is known color: Fuchsia. HEX triplet: BB, 41 and BC. RGB value is (187,65,188). Sum of RGB (Red+Green+Blue) = 187+65+188=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41BC is #44BE43. Grayscale: #737373. Windows color (decimal): -4505156 or 12337595. OLE color: 12337595.
HSL color Cylindrical-coordinate representation of color #BB41BC: hue angle of 299.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB41BC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 65 | 188 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.26 |
| HSL | 299.51º | 0.49% | 0.5% | - |
| HSV(B) | 299.51º | 0.65% | 0.74% | - |
| XYZ | 31.46 | 17.98 | 49.39 | - |
| YUV | 115.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 188 | 0.01 | 0.65 | 0 | 0.26 | 299.51 | 0.49 | 0.5 |
| Hex | BB | 41 | BC | 1 | 41 | 0 | 1A | 12C | 31 | 32 |
| Octal | 273 | 101 | 274 | 1 | 101 | 0 | 32 | 454 | 61 | 62 |
| Binary | 10111011 | 1000001 | 10111100 | 1 | 1000001 | 0 | 11010 | 100101100 | 110001 | 110010 |
Color Harmonies of #BB41BC
Complementary color
Monochromatic Colors of #BB41BC
Black with #BB41BC
Text Example
Text Example
White with #BB41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41BC; }
p { color: rgb(187,65,188); }
H1.HeaderClassName
{
color: #BB41BC;
}
.AnyTagClassName
{
color: #BB41BC;
}
</style>
background-color css
<style>
a { background-color: #BB41BC; }
a { background-color: rgb(187,65,188); }
div.DivClassName
{
background-color: #BB41BC;
}
.BgClassName
{
background-color: #BB41BC;
}
</style>
border-color css
<style>
span { border-color: #BB41BC; }
span { border-color: rgb(187,65,188); }
td.TdClassName
{
border-color: #BB41BC;
}
.TagClassName
{
border-color: #BB41BC;
}
</style>