Shades of Fuchsia #BB48C2
Tints of Fuchsia #BB48C2
RGB
CMYK
RGB Variations
Color information
#BB48C2 (or 0xBB48C2) is known color: Fuchsia. HEX triplet: BB, 48 and C2. RGB value is (187,72,194). Sum of RGB (Red+Green+Blue) = 187+72+194=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48C2 is #44B73D. Grayscale: #777777. Windows color (decimal): -4503358 or 12732603. OLE color: 12732603.
HSL color Cylindrical-coordinate representation of color #BB48C2: hue angle of 296.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB48C2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 72 | 194 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.24 |
| HSL | 296.56º | 0.5% | 0.52% | - |
| HSV(B) | 296.56º | 0.63% | 0.76% | - |
| XYZ | 32.55 | 19.09 | 53.01 | - |
| YUV | 120.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 194 | 0.04 | 0.63 | 0 | 0.24 | 296.56 | 0.5 | 0.52 |
| Hex | BB | 48 | C2 | 4 | 3F | 0 | 18 | 129 | 32 | 34 |
| Octal | 273 | 110 | 302 | 4 | 77 | 0 | 30 | 451 | 62 | 64 |
| Binary | 10111011 | 1001000 | 11000010 | 100 | 111111 | 0 | 11000 | 100101001 | 110010 | 110100 |
Color Harmonies of #BB48C2
Complementary color
Monochromatic Colors of #BB48C2
Black with #BB48C2
Text Example
Text Example
White with #BB48C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB48C2; }
p { color: rgb(187,72,194); }
H1.HeaderClassName
{
color: #BB48C2;
}
.AnyTagClassName
{
color: #BB48C2;
}
</style>
background-color css
<style>
a { background-color: #BB48C2; }
a { background-color: rgb(187,72,194); }
div.DivClassName
{
background-color: #BB48C2;
}
.BgClassName
{
background-color: #BB48C2;
}
</style>
border-color css
<style>
span { border-color: #BB48C2; }
span { border-color: rgb(187,72,194); }
td.TdClassName
{
border-color: #BB48C2;
}
.TagClassName
{
border-color: #BB48C2;
}
</style>