Shades of Fuchsia #BB46C7
Tints of Fuchsia #BB46C7
RGB
CMYK
RGB Variations
Color information
#BB46C7 (or 0xBB46C7) is known color: Fuchsia. HEX triplet: BB, 46 and C7. RGB value is (187,70,199). Sum of RGB (Red+Green+Blue) = 187+70+199=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB46C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46C7 is #44B938. Grayscale: #777777. Windows color (decimal): -4503865 or 13059771. OLE color: 13059771.
HSL color Cylindrical-coordinate representation of color #BB46C7: hue angle of 294.42º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB46C7 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 70 | 199 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.22 |
| HSL | 294.42º | 0.54% | 0.53% | - |
| HSV(B) | 294.42º | 0.65% | 0.78% | - |
| XYZ | 32.99 | 19.07 | 55.97 | - |
| YUV | 119.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 199 | 0.06 | 0.65 | 0 | 0.22 | 294.42 | 0.54 | 0.53 |
| Hex | BB | 46 | C7 | 6 | 41 | 0 | 16 | 126 | 36 | 35 |
| Octal | 273 | 106 | 307 | 6 | 101 | 0 | 26 | 446 | 66 | 65 |
| Binary | 10111011 | 1000110 | 11000111 | 110 | 1000001 | 0 | 10110 | 100100110 | 110110 | 110101 |
Color Harmonies of #BB46C7
Complementary color
Monochromatic Colors of #BB46C7
Black with #BB46C7
Text Example
Text Example
White with #BB46C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46C7; }
p { color: rgb(187,70,199); }
H1.HeaderClassName
{
color: #BB46C7;
}
.AnyTagClassName
{
color: #BB46C7;
}
</style>
background-color css
<style>
a { background-color: #BB46C7; }
a { background-color: rgb(187,70,199); }
div.DivClassName
{
background-color: #BB46C7;
}
.BgClassName
{
background-color: #BB46C7;
}
</style>
border-color css
<style>
span { border-color: #BB46C7; }
span { border-color: rgb(187,70,199); }
td.TdClassName
{
border-color: #BB46C7;
}
.TagClassName
{
border-color: #BB46C7;
}
</style>