Shades of Fuchsia #BB46C9
Tints of Fuchsia #BB46C9
RGB
CMYK
RGB Variations
Color information
#BB46C9 (or 0xBB46C9) is known color: Fuchsia. HEX triplet: BB, 46 and C9. RGB value is (187,70,201). Sum of RGB (Red+Green+Blue) = 187+70+201=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB46C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46C9 is #44B936. Grayscale: #777777. Windows color (decimal): -4503863 or 13190843. OLE color: 13190843.
HSL color Cylindrical-coordinate representation of color #BB46C9: hue angle of 293.59º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB46C9 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 70 | 201 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.21 |
| HSL | 293.59º | 0.55% | 0.53% | - |
| HSV(B) | 293.59º | 0.65% | 0.79% | - |
| XYZ | 33.23 | 19.16 | 57.21 | - |
| YUV | 119.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 201 | 0.07 | 0.65 | 0 | 0.21 | 293.59 | 0.55 | 0.53 |
| Hex | BB | 46 | C9 | 7 | 41 | 0 | 15 | 126 | 37 | 35 |
| Octal | 273 | 106 | 311 | 7 | 101 | 0 | 25 | 446 | 67 | 65 |
| Binary | 10111011 | 1000110 | 11001001 | 111 | 1000001 | 0 | 10101 | 100100110 | 110111 | 110101 |
Color Harmonies of #BB46C9
Complementary color
Monochromatic Colors of #BB46C9
Black with #BB46C9
Text Example
Text Example
White with #BB46C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46C9; }
p { color: rgb(187,70,201); }
H1.HeaderClassName
{
color: #BB46C9;
}
.AnyTagClassName
{
color: #BB46C9;
}
</style>
background-color css
<style>
a { background-color: #BB46C9; }
a { background-color: rgb(187,70,201); }
div.DivClassName
{
background-color: #BB46C9;
}
.BgClassName
{
background-color: #BB46C9;
}
</style>
border-color css
<style>
span { border-color: #BB46C9; }
span { border-color: rgb(187,70,201); }
td.TdClassName
{
border-color: #BB46C9;
}
.TagClassName
{
border-color: #BB46C9;
}
</style>