Shades of Fuchsia #BB5ABC
Tints of Fuchsia #BB5ABC
RGB
CMYK
RGB Variations
Color information
#BB5ABC (or 0xBB5ABC) is known color: Fuchsia. HEX triplet: BB, 5A and BC. RGB value is (187,90,188). Sum of RGB (Red+Green+Blue) = 187+90+188=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ABC is #44A543. Grayscale: #818181. Windows color (decimal): -4498756 or 12343995. OLE color: 12343995.
HSL color Cylindrical-coordinate representation of color #BB5ABC: hue angle of 299.39º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5ABC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 90 | 188 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.26 |
| HSL | 299.39º | 0.42% | 0.55% | - |
| HSV(B) | 299.39º | 0.52% | 0.74% | - |
| XYZ | 33.23 | 21.51 | 49.98 | - |
| YUV | 130.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 188 | 0.01 | 0.52 | 0 | 0.26 | 299.39 | 0.42 | 0.55 |
| Hex | BB | 5A | BC | 1 | 34 | 0 | 1A | 12B | 2A | 37 |
| Octal | 273 | 132 | 274 | 1 | 64 | 0 | 32 | 453 | 52 | 67 |
| Binary | 10111011 | 1011010 | 10111100 | 1 | 110100 | 0 | 11010 | 100101011 | 101010 | 110111 |
Color Harmonies of #BB5ABC
Complementary color
Monochromatic Colors of #BB5ABC
Black with #BB5ABC
Text Example
Text Example
White with #BB5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ABC; }
p { color: rgb(187,90,188); }
H1.HeaderClassName
{
color: #BB5ABC;
}
.AnyTagClassName
{
color: #BB5ABC;
}
</style>
background-color css
<style>
a { background-color: #BB5ABC; }
a { background-color: rgb(187,90,188); }
div.DivClassName
{
background-color: #BB5ABC;
}
.BgClassName
{
background-color: #BB5ABC;
}
</style>
border-color css
<style>
span { border-color: #BB5ABC; }
span { border-color: rgb(187,90,188); }
td.TdClassName
{
border-color: #BB5ABC;
}
.TagClassName
{
border-color: #BB5ABC;
}
</style>