Shades of Fuchsia #BB47C2
Tints of Fuchsia #BB47C2
RGB
CMYK
RGB Variations
Color information
#BB47C2 (or 0xBB47C2) is known color: Fuchsia. HEX triplet: BB, 47 and C2. RGB value is (187,71,194). Sum of RGB (Red+Green+Blue) = 187+71+194=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB47C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47C2 is #44B83D. Grayscale: #777777. Windows color (decimal): -4503614 or 12732347. OLE color: 12732347.
HSL color Cylindrical-coordinate representation of color #BB47C2: hue angle of 296.59º 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 #BB47C2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 71 | 194 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.24 |
| HSL | 296.59º | 0.5% | 0.52% | - |
| HSV(B) | 296.59º | 0.63% | 0.76% | - |
| XYZ | 32.48 | 18.97 | 52.99 | - |
| YUV | 119.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 194 | 0.04 | 0.63 | 0 | 0.24 | 296.59 | 0.5 | 0.52 |
| Hex | BB | 47 | C2 | 4 | 3F | 0 | 18 | 129 | 32 | 34 |
| Octal | 273 | 107 | 302 | 4 | 77 | 0 | 30 | 451 | 62 | 64 |
| Binary | 10111011 | 1000111 | 11000010 | 100 | 111111 | 0 | 11000 | 100101001 | 110010 | 110100 |
Color Harmonies of #BB47C2
Complementary color
Monochromatic Colors of #BB47C2
Black with #BB47C2
Text Example
Text Example
White with #BB47C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47C2; }
p { color: rgb(187,71,194); }
H1.HeaderClassName
{
color: #BB47C2;
}
.AnyTagClassName
{
color: #BB47C2;
}
</style>
background-color css
<style>
a { background-color: #BB47C2; }
a { background-color: rgb(187,71,194); }
div.DivClassName
{
background-color: #BB47C2;
}
.BgClassName
{
background-color: #BB47C2;
}
</style>
border-color css
<style>
span { border-color: #BB47C2; }
span { border-color: rgb(187,71,194); }
td.TdClassName
{
border-color: #BB47C2;
}
.TagClassName
{
border-color: #BB47C2;
}
</style>