Shades of Fuchsia #BB47C0
Tints of Fuchsia #BB47C0
RGB
CMYK
RGB Variations
Color information
#BB47C0 (or 0xBB47C0) is known color: Fuchsia. HEX triplet: BB, 47 and C0. RGB value is (187,71,192). Sum of RGB (Red+Green+Blue) = 187+71+192=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47C0 is #44B83F. Grayscale: #777777. Windows color (decimal): -4503616 or 12601275. OLE color: 12601275.
HSL color Cylindrical-coordinate representation of color #BB47C0: hue angle of 297.52º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB47C0 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 71 | 192 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.25 |
| HSL | 297.52º | 0.49% | 0.52% | - |
| HSV(B) | 297.52º | 0.63% | 0.75% | - |
| XYZ | 32.26 | 18.88 | 51.81 | - |
| YUV | 119.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 192 | 0.03 | 0.63 | 0 | 0.25 | 297.52 | 0.49 | 0.52 |
| Hex | BB | 47 | C0 | 3 | 3F | 0 | 19 | 12A | 31 | 34 |
| Octal | 273 | 107 | 300 | 3 | 77 | 0 | 31 | 452 | 61 | 64 |
| Binary | 10111011 | 1000111 | 11000000 | 11 | 111111 | 0 | 11001 | 100101010 | 110001 | 110100 |
Color Harmonies of #BB47C0
Complementary color
Monochromatic Colors of #BB47C0
Black with #BB47C0
Text Example
Text Example
White with #BB47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47C0; }
p { color: rgb(187,71,192); }
H1.HeaderClassName
{
color: #BB47C0;
}
.AnyTagClassName
{
color: #BB47C0;
}
</style>
background-color css
<style>
a { background-color: #BB47C0; }
a { background-color: rgb(187,71,192); }
div.DivClassName
{
background-color: #BB47C0;
}
.BgClassName
{
background-color: #BB47C0;
}
</style>
border-color css
<style>
span { border-color: #BB47C0; }
span { border-color: rgb(187,71,192); }
td.TdClassName
{
border-color: #BB47C0;
}
.TagClassName
{
border-color: #BB47C0;
}
</style>