Shades of Fuchsia #BB46C0
Tints of Fuchsia #BB46C0
RGB
CMYK
RGB Variations
Color information
#BB46C0 (or 0xBB46C0) is known color: Fuchsia. HEX triplet: BB, 46 and C0. RGB value is (187,70,192). Sum of RGB (Red+Green+Blue) = 187+70+192=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46C0 is #44B93F. Grayscale: #767676. Windows color (decimal): -4503872 or 12601019. OLE color: 12601019.
HSL color Cylindrical-coordinate representation of color #BB46C0: hue angle of 297.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB46C0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 70 | 192 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.25 |
| HSL | 297.54º | 0.49% | 0.51% | - |
| HSV(B) | 297.54º | 0.64% | 0.75% | - |
| XYZ | 32.2 | 18.75 | 51.79 | - |
| YUV | 118.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 192 | 0.03 | 0.64 | 0 | 0.25 | 297.54 | 0.49 | 0.51 |
| Hex | BB | 46 | C0 | 3 | 40 | 0 | 19 | 12A | 31 | 33 |
| Octal | 273 | 106 | 300 | 3 | 100 | 0 | 31 | 452 | 61 | 63 |
| Binary | 10111011 | 1000110 | 11000000 | 11 | 1000000 | 0 | 11001 | 100101010 | 110001 | 110011 |
Color Harmonies of #BB46C0
Complementary color
Monochromatic Colors of #BB46C0
Black with #BB46C0
Text Example
Text Example
White with #BB46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46C0; }
p { color: rgb(187,70,192); }
H1.HeaderClassName
{
color: #BB46C0;
}
.AnyTagClassName
{
color: #BB46C0;
}
</style>
background-color css
<style>
a { background-color: #BB46C0; }
a { background-color: rgb(187,70,192); }
div.DivClassName
{
background-color: #BB46C0;
}
.BgClassName
{
background-color: #BB46C0;
}
</style>
border-color css
<style>
span { border-color: #BB46C0; }
span { border-color: rgb(187,70,192); }
td.TdClassName
{
border-color: #BB46C0;
}
.TagClassName
{
border-color: #BB46C0;
}
</style>