Shades of Fuchsia #BB46BC
Tints of Fuchsia #BB46BC
RGB
CMYK
RGB Variations
Color information
#BB46BC (or 0xBB46BC) is known color: Fuchsia. HEX triplet: BB, 46 and BC. RGB value is (187,70,188). Sum of RGB (Red+Green+Blue) = 187+70+188=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46BC is #44B943. Grayscale: #767676. Windows color (decimal): -4503876 or 12338875. OLE color: 12338875.
HSL color Cylindrical-coordinate representation of color #BB46BC: hue angle of 299.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB46BC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 70 | 188 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.26 |
| HSL | 299.49º | 0.47% | 0.51% | - |
| HSV(B) | 299.49º | 0.63% | 0.74% | - |
| XYZ | 31.76 | 18.58 | 49.49 | - |
| YUV | 118.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 188 | 0.01 | 0.63 | 0 | 0.26 | 299.49 | 0.47 | 0.51 |
| Hex | BB | 46 | BC | 1 | 3F | 0 | 1A | 12B | 2F | 33 |
| Octal | 273 | 106 | 274 | 1 | 77 | 0 | 32 | 453 | 57 | 63 |
| Binary | 10111011 | 1000110 | 10111100 | 1 | 111111 | 0 | 11010 | 100101011 | 101111 | 110011 |
Color Harmonies of #BB46BC
Complementary color
Monochromatic Colors of #BB46BC
Black with #BB46BC
Text Example
Text Example
White with #BB46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46BC; }
p { color: rgb(187,70,188); }
H1.HeaderClassName
{
color: #BB46BC;
}
.AnyTagClassName
{
color: #BB46BC;
}
</style>
background-color css
<style>
a { background-color: #BB46BC; }
a { background-color: rgb(187,70,188); }
div.DivClassName
{
background-color: #BB46BC;
}
.BgClassName
{
background-color: #BB46BC;
}
</style>
border-color css
<style>
span { border-color: #BB46BC; }
span { border-color: rgb(187,70,188); }
td.TdClassName
{
border-color: #BB46BC;
}
.TagClassName
{
border-color: #BB46BC;
}
</style>