Shades of Fuchsia #BB3EC5
Tints of Fuchsia #BB3EC5
RGB
CMYK
RGB Variations
Color information
#BB3EC5 (or 0xBB3EC5) is known color: Fuchsia. HEX triplet: BB, 3E and C5. RGB value is (187,62,197). Sum of RGB (Red+Green+Blue) = 187+62+197=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EC5 is #44C13A. Grayscale: #727272. Windows color (decimal): -4505915 or 12926651. OLE color: 12926651.
HSL color Cylindrical-coordinate representation of color #BB3EC5: hue angle of 295.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3EC5 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 62 | 197 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.23 |
| HSL | 295.56º | 0.54% | 0.51% | - |
| HSV(B) | 295.56º | 0.69% | 0.77% | - |
| XYZ | 32.29 | 18.04 | 54.6 | - |
| YUV | 114.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 197 | 0.05 | 0.69 | 0 | 0.23 | 295.56 | 0.54 | 0.51 |
| Hex | BB | 3E | C5 | 5 | 45 | 0 | 17 | 128 | 36 | 33 |
| Octal | 273 | 76 | 305 | 5 | 105 | 0 | 27 | 450 | 66 | 63 |
| Binary | 10111011 | 111110 | 11000101 | 101 | 1000101 | 0 | 10111 | 100101000 | 110110 | 110011 |
Color Harmonies of #BB3EC5
Complementary color
Monochromatic Colors of #BB3EC5
Black with #BB3EC5
Text Example
Text Example
White with #BB3EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3EC5; }
p { color: rgb(187,62,197); }
H1.HeaderClassName
{
color: #BB3EC5;
}
.AnyTagClassName
{
color: #BB3EC5;
}
</style>
background-color css
<style>
a { background-color: #BB3EC5; }
a { background-color: rgb(187,62,197); }
div.DivClassName
{
background-color: #BB3EC5;
}
.BgClassName
{
background-color: #BB3EC5;
}
</style>
border-color css
<style>
span { border-color: #BB3EC5; }
span { border-color: rgb(187,62,197); }
td.TdClassName
{
border-color: #BB3EC5;
}
.TagClassName
{
border-color: #BB3EC5;
}
</style>