Shades of Fuchsia #BB2ABC
Tints of Fuchsia #BB2ABC
RGB
CMYK
RGB Variations
Color information
#BB2ABC (or 0xBB2ABC) is known color: Fuchsia. HEX triplet: BB, 2A and BC. RGB value is (187,42,188). Sum of RGB (Red+Green+Blue) = 187+42+188=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB2ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ABC is #44D543. Grayscale: #656565. Windows color (decimal): -4511044 or 12331707. OLE color: 12331707.
HSL color Cylindrical-coordinate representation of color #BB2ABC: hue angle of 299.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2ABC is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 42 | 188 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.26 |
| HSL | 299.59º | 0.63% | 0.45% | - |
| HSV(B) | 299.59º | 0.78% | 0.74% | - |
| XYZ | 30.4 | 15.85 | 49.03 | - |
| YUV | 102 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 188 | 0.01 | 0.78 | 0 | 0.26 | 299.59 | 0.63 | 0.45 |
| Hex | BB | 2A | BC | 1 | 4E | 0 | 1A | 12C | 3F | 2D |
| Octal | 273 | 52 | 274 | 1 | 116 | 0 | 32 | 454 | 77 | 55 |
| Binary | 10111011 | 101010 | 10111100 | 1 | 1001110 | 0 | 11010 | 100101100 | 111111 | 101101 |
Color Harmonies of #BB2ABC
Complementary color
Monochromatic Colors of #BB2ABC
Black with #BB2ABC
Text Example
Text Example
White with #BB2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2ABC; }
p { color: rgb(187,42,188); }
H1.HeaderClassName
{
color: #BB2ABC;
}
.AnyTagClassName
{
color: #BB2ABC;
}
</style>
background-color css
<style>
a { background-color: #BB2ABC; }
a { background-color: rgb(187,42,188); }
div.DivClassName
{
background-color: #BB2ABC;
}
.BgClassName
{
background-color: #BB2ABC;
}
</style>
border-color css
<style>
span { border-color: #BB2ABC; }
span { border-color: rgb(187,42,188); }
td.TdClassName
{
border-color: #BB2ABC;
}
.TagClassName
{
border-color: #BB2ABC;
}
</style>