Shades of Fuchsia #BB46C1
Tints of Fuchsia #BB46C1
RGB
CMYK
RGB Variations
Color information
#BB46C1 (or 0xBB46C1) is known color: Fuchsia. HEX triplet: BB, 46 and C1. RGB value is (187,70,193). Sum of RGB (Red+Green+Blue) = 187+70+193=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB46C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46C1 is #44B93E. Grayscale: #767676. Windows color (decimal): -4503871 or 12666555. OLE color: 12666555.
HSL color Cylindrical-coordinate representation of color #BB46C1: hue angle of 297.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB46C1 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 70 | 193 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.24 |
| HSL | 297.07º | 0.5% | 0.52% | - |
| HSV(B) | 297.07º | 0.64% | 0.76% | - |
| XYZ | 32.31 | 18.8 | 52.38 | - |
| YUV | 119.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 193 | 0.03 | 0.64 | 0 | 0.24 | 297.07 | 0.5 | 0.52 |
| Hex | BB | 46 | C1 | 3 | 40 | 0 | 18 | 129 | 32 | 34 |
| Octal | 273 | 106 | 301 | 3 | 100 | 0 | 30 | 451 | 62 | 64 |
| Binary | 10111011 | 1000110 | 11000001 | 11 | 1000000 | 0 | 11000 | 100101001 | 110010 | 110100 |
Color Harmonies of #BB46C1
Complementary color
Monochromatic Colors of #BB46C1
Black with #BB46C1
Text Example
Text Example
White with #BB46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46C1; }
p { color: rgb(187,70,193); }
H1.HeaderClassName
{
color: #BB46C1;
}
.AnyTagClassName
{
color: #BB46C1;
}
</style>
background-color css
<style>
a { background-color: #BB46C1; }
a { background-color: rgb(187,70,193); }
div.DivClassName
{
background-color: #BB46C1;
}
.BgClassName
{
background-color: #BB46C1;
}
</style>
border-color css
<style>
span { border-color: #BB46C1; }
span { border-color: rgb(187,70,193); }
td.TdClassName
{
border-color: #BB46C1;
}
.TagClassName
{
border-color: #BB46C1;
}
</style>