Shades of Fuchsia #BB48BA
Tints of Fuchsia #BB48BA
RGB
CMYK
RGB Variations
Color information
#BB48BA (or 0xBB48BA) is known color: Fuchsia. HEX triplet: BB, 48 and BA. RGB value is (187,72,186). Sum of RGB (Red+Green+Blue) = 187+72+186=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48BA is #44B745. Grayscale: #777777. Windows color (decimal): -4503366 or 12208315. OLE color: 12208315.
HSL color Cylindrical-coordinate representation of color #BB48BA: hue angle of 300.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB48BA is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 186 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.27 |
| HSL | 300.52º | 0.46% | 0.51% | - |
| HSV(B) | 300.52º | 0.61% | 0.73% | - |
| XYZ | 31.67 | 18.74 | 48.4 | - |
| YUV | 119.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 186 | 0 | 0.61 | 0.01 | 0.27 | 300.52 | 0.46 | 0.51 |
| Hex | BB | 48 | BA | 0 | 3D | 1 | 1B | 12D | 2E | 33 |
| Octal | 273 | 110 | 272 | 0 | 75 | 1 | 33 | 455 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10111010 | 0 | 111101 | 1 | 11011 | 100101101 | 101110 | 110011 |
Color Harmonies of #BB48BA
Complementary color
Monochromatic Colors of #BB48BA
Black with #BB48BA
Text Example
Text Example
White with #BB48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB48BA; }
p { color: rgb(187,72,186); }
H1.HeaderClassName
{
color: #BB48BA;
}
.AnyTagClassName
{
color: #BB48BA;
}
</style>
background-color css
<style>
a { background-color: #BB48BA; }
a { background-color: rgb(187,72,186); }
div.DivClassName
{
background-color: #BB48BA;
}
.BgClassName
{
background-color: #BB48BA;
}
</style>
border-color css
<style>
span { border-color: #BB48BA; }
span { border-color: rgb(187,72,186); }
td.TdClassName
{
border-color: #BB48BA;
}
.TagClassName
{
border-color: #BB48BA;
}
</style>