Shades of Fuchsia #BB3EC6
Tints of Fuchsia #BB3EC6
RGB
CMYK
RGB Variations
Color information
#BB3EC6 (or 0xBB3EC6) is known color: Fuchsia. HEX triplet: BB, 3E and C6. RGB value is (187,62,198). Sum of RGB (Red+Green+Blue) = 187+62+198=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EC6 is #44C139. Grayscale: #727272. Windows color (decimal): -4505914 or 12992187. OLE color: 12992187.
HSL color Cylindrical-coordinate representation of color #BB3EC6: hue angle of 295.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3EC6 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 62 | 198 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.22 |
| HSL | 295.15º | 0.54% | 0.51% | - |
| HSV(B) | 295.15º | 0.69% | 0.78% | - |
| XYZ | 32.41 | 18.09 | 55.21 | - |
| YUV | 114.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 198 | 0.06 | 0.69 | 0 | 0.22 | 295.15 | 0.54 | 0.51 |
| Hex | BB | 3E | C6 | 6 | 45 | 0 | 16 | 127 | 36 | 33 |
| Octal | 273 | 76 | 306 | 6 | 105 | 0 | 26 | 447 | 66 | 63 |
| Binary | 10111011 | 111110 | 11000110 | 110 | 1000101 | 0 | 10110 | 100100111 | 110110 | 110011 |
Color Harmonies of #BB3EC6
Complementary color
Monochromatic Colors of #BB3EC6
Black with #BB3EC6
Text Example
Text Example
White with #BB3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3EC6; }
p { color: rgb(187,62,198); }
H1.HeaderClassName
{
color: #BB3EC6;
}
.AnyTagClassName
{
color: #BB3EC6;
}
</style>
background-color css
<style>
a { background-color: #BB3EC6; }
a { background-color: rgb(187,62,198); }
div.DivClassName
{
background-color: #BB3EC6;
}
.BgClassName
{
background-color: #BB3EC6;
}
</style>
border-color css
<style>
span { border-color: #BB3EC6; }
span { border-color: rgb(187,62,198); }
td.TdClassName
{
border-color: #BB3EC6;
}
.TagClassName
{
border-color: #BB3EC6;
}
</style>