Shades of Fuchsia #BB46B8
Tints of Fuchsia #BB46B8
RGB
CMYK
RGB Variations
Color information
#BB46B8 (or 0xBB46B8) is known color: Fuchsia. HEX triplet: BB, 46 and B8. RGB value is (187,70,184). Sum of RGB (Red+Green+Blue) = 187+70+184=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46B8 is #44B947. Grayscale: #757575. Windows color (decimal): -4503880 or 12076731. OLE color: 12076731.
HSL color Cylindrical-coordinate representation of color #BB46B8: hue angle of 301.54º 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 #BB46B8 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 184 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.27 |
| HSL | 301.54º | 0.46% | 0.5% | - |
| HSV(B) | 301.54º | 0.63% | 0.73% | - |
| XYZ | 31.34 | 18.41 | 47.25 | - |
| YUV | 117.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 184 | 0 | 0.63 | 0.02 | 0.27 | 301.54 | 0.46 | 0.5 |
| Hex | BB | 46 | B8 | 0 | 3F | 2 | 1B | 12E | 2E | 32 |
| Octal | 273 | 106 | 270 | 0 | 77 | 2 | 33 | 456 | 56 | 62 |
| Binary | 10111011 | 1000110 | 10111000 | 0 | 111111 | 10 | 11011 | 100101110 | 101110 | 110010 |
Color Harmonies of #BB46B8
Complementary color
Monochromatic Colors of #BB46B8
Black with #BB46B8
Text Example
Text Example
White with #BB46B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46B8; }
p { color: rgb(187,70,184); }
H1.HeaderClassName
{
color: #BB46B8;
}
.AnyTagClassName
{
color: #BB46B8;
}
</style>
background-color css
<style>
a { background-color: #BB46B8; }
a { background-color: rgb(187,70,184); }
div.DivClassName
{
background-color: #BB46B8;
}
.BgClassName
{
background-color: #BB46B8;
}
</style>
border-color css
<style>
span { border-color: #BB46B8; }
span { border-color: rgb(187,70,184); }
td.TdClassName
{
border-color: #BB46B8;
}
.TagClassName
{
border-color: #BB46B8;
}
</style>