Shades of Fuchsia #BB4BAC
Tints of Fuchsia #BB4BAC
RGB
CMYK
RGB Variations
Color information
#BB4BAC (or 0xBB4BAC) is known color: Fuchsia. HEX triplet: BB, 4B and AC. RGB value is (187,75,172). Sum of RGB (Red+Green+Blue) = 187+75+172=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BAC is #44B453. Grayscale: #777777. Windows color (decimal): -4502612 or 11291579. OLE color: 11291579.
HSL color Cylindrical-coordinate representation of color #BB4BAC: hue angle of 308.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BAC is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 172 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.27 |
| HSL | 308.04º | 0.45% | 0.51% | - |
| HSV(B) | 308.04º | 0.6% | 0.73% | - |
| XYZ | 30.46 | 18.58 | 41.01 | - |
| YUV | 119.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 172 | 0 | 0.60 | 0.08 | 0.27 | 308.04 | 0.45 | 0.51 |
| Hex | BB | 4B | AC | 0 | 3C | 8 | 1B | 134 | 2D | 33 |
| Octal | 273 | 113 | 254 | 0 | 74 | 10 | 33 | 464 | 55 | 63 |
| Binary | 10111011 | 1001011 | 10101100 | 0 | 111100 | 1000 | 11011 | 100110100 | 101101 | 110011 |
Color Harmonies of #BB4BAC
Complementary color
Monochromatic Colors of #BB4BAC
Black with #BB4BAC
Text Example
Text Example
White with #BB4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4BAC; }
p { color: rgb(187,75,172); }
H1.HeaderClassName
{
color: #BB4BAC;
}
.AnyTagClassName
{
color: #BB4BAC;
}
</style>
background-color css
<style>
a { background-color: #BB4BAC; }
a { background-color: rgb(187,75,172); }
div.DivClassName
{
background-color: #BB4BAC;
}
.BgClassName
{
background-color: #BB4BAC;
}
</style>
border-color css
<style>
span { border-color: #BB4BAC; }
span { border-color: rgb(187,75,172); }
td.TdClassName
{
border-color: #BB4BAC;
}
.TagClassName
{
border-color: #BB4BAC;
}
</style>