Shades of Fuchsia #BB4AC0
Tints of Fuchsia #BB4AC0
RGB
CMYK
RGB Variations
Color information
#BB4AC0 (or 0xBB4AC0) is known color: Fuchsia. HEX triplet: BB, 4A and C0. RGB value is (187,74,192). Sum of RGB (Red+Green+Blue) = 187+74+192=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AC0 is #44B53F. Grayscale: #787878. Windows color (decimal): -4502848 or 12602043. OLE color: 12602043.
HSL color Cylindrical-coordinate representation of color #BB4AC0: hue angle of 297.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4AC0 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 74 | 192 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.25 |
| HSL | 297.46º | 0.48% | 0.52% | - |
| HSV(B) | 297.46º | 0.61% | 0.75% | - |
| XYZ | 32.46 | 19.27 | 51.88 | - |
| YUV | 121.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 192 | 0.03 | 0.61 | 0 | 0.25 | 297.46 | 0.48 | 0.52 |
| Hex | BB | 4A | C0 | 3 | 3D | 0 | 19 | 129 | 30 | 34 |
| Octal | 273 | 112 | 300 | 3 | 75 | 0 | 31 | 451 | 60 | 64 |
| Binary | 10111011 | 1001010 | 11000000 | 11 | 111101 | 0 | 11001 | 100101001 | 110000 | 110100 |
Color Harmonies of #BB4AC0
Complementary color
Monochromatic Colors of #BB4AC0
Black with #BB4AC0
Text Example
Text Example
White with #BB4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AC0; }
p { color: rgb(187,74,192); }
H1.HeaderClassName
{
color: #BB4AC0;
}
.AnyTagClassName
{
color: #BB4AC0;
}
</style>
background-color css
<style>
a { background-color: #BB4AC0; }
a { background-color: rgb(187,74,192); }
div.DivClassName
{
background-color: #BB4AC0;
}
.BgClassName
{
background-color: #BB4AC0;
}
</style>
border-color css
<style>
span { border-color: #BB4AC0; }
span { border-color: rgb(187,74,192); }
td.TdClassName
{
border-color: #BB4AC0;
}
.TagClassName
{
border-color: #BB4AC0;
}
</style>