Shades of Fuchsia #BB46A6
Tints of Fuchsia #BB46A6
RGB
CMYK
RGB Variations
Color information
#BB46A6 (or 0xBB46A6) is known color: Fuchsia. HEX triplet: BB, 46 and A6. RGB value is (187,70,166). Sum of RGB (Red+Green+Blue) = 187+70+166=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB46A6 is #44B959. Grayscale: #737373. Windows color (decimal): -4503898 or 10897083. OLE color: 10897083.
HSL color Cylindrical-coordinate representation of color #BB46A6: hue angle of 310.77º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB46A6 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 166 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.27 |
| HSL | 310.77º | 0.46% | 0.5% | - |
| HSV(B) | 310.77º | 0.63% | 0.73% | - |
| XYZ | 29.57 | 17.7 | 37.93 | - |
| YUV | 115.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 166 | 0 | 0.63 | 0.11 | 0.27 | 310.77 | 0.46 | 0.5 |
| Hex | BB | 46 | A6 | 0 | 3F | B | 1B | 137 | 2E | 32 |
| Octal | 273 | 106 | 246 | 0 | 77 | 13 | 33 | 467 | 56 | 62 |
| Binary | 10111011 | 1000110 | 10100110 | 0 | 111111 | 1011 | 11011 | 100110111 | 101110 | 110010 |
Color Harmonies of #BB46A6
Complementary color
Monochromatic Colors of #BB46A6
Black with #BB46A6
Text Example
Text Example
White with #BB46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46A6; }
p { color: rgb(187,70,166); }
H1.HeaderClassName
{
color: #BB46A6;
}
.AnyTagClassName
{
color: #BB46A6;
}
</style>
background-color css
<style>
a { background-color: #BB46A6; }
a { background-color: rgb(187,70,166); }
div.DivClassName
{
background-color: #BB46A6;
}
.BgClassName
{
background-color: #BB46A6;
}
</style>
border-color css
<style>
span { border-color: #BB46A6; }
span { border-color: rgb(187,70,166); }
td.TdClassName
{
border-color: #BB46A6;
}
.TagClassName
{
border-color: #BB46A6;
}
</style>