Shades of Fuchsia #BB6EC0
Tints of Fuchsia #BB6EC0
RGB
CMYK
RGB Variations
Color information
#BB6EC0 (or 0xBB6EC0) is known color: Fuchsia. HEX triplet: BB, 6E and C0. RGB value is (187,110,192). Sum of RGB (Red+Green+Blue) = 187+110+192=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EC0 is #44913F. Grayscale: #8E8E8E. Windows color (decimal): -4493632 or 12611259. OLE color: 12611259.
HSL color Cylindrical-coordinate representation of color #BB6EC0: hue angle of 296.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6EC0 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 110 | 192 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.25 |
| HSL | 296.34º | 0.39% | 0.59% | - |
| HSV(B) | 296.34º | 0.43% | 0.75% | - |
| XYZ | 35.58 | 25.52 | 52.92 | - |
| YUV | 142.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 192 | 0.03 | 0.43 | 0 | 0.25 | 296.34 | 0.39 | 0.59 |
| Hex | BB | 6E | C0 | 3 | 2B | 0 | 19 | 128 | 27 | 3B |
| Octal | 273 | 156 | 300 | 3 | 53 | 0 | 31 | 450 | 47 | 73 |
| Binary | 10111011 | 1101110 | 11000000 | 11 | 101011 | 0 | 11001 | 100101000 | 100111 | 111011 |
Color Harmonies of #BB6EC0
Complementary color
Monochromatic Colors of #BB6EC0
Black with #BB6EC0
Text Example
Text Example
White with #BB6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EC0; }
p { color: rgb(187,110,192); }
H1.HeaderClassName
{
color: #BB6EC0;
}
.AnyTagClassName
{
color: #BB6EC0;
}
</style>
background-color css
<style>
a { background-color: #BB6EC0; }
a { background-color: rgb(187,110,192); }
div.DivClassName
{
background-color: #BB6EC0;
}
.BgClassName
{
background-color: #BB6EC0;
}
</style>
border-color css
<style>
span { border-color: #BB6EC0; }
span { border-color: rgb(187,110,192); }
td.TdClassName
{
border-color: #BB6EC0;
}
.TagClassName
{
border-color: #BB6EC0;
}
</style>