Shades of Fuchsia #BB47B5
Tints of Fuchsia #BB47B5
RGB
CMYK
RGB Variations
Color information
#BB47B5 (or 0xBB47B5) is known color: Fuchsia. HEX triplet: BB, 47 and B5. RGB value is (187,71,181). Sum of RGB (Red+Green+Blue) = 187+71+181=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47B5 is #44B84A. Grayscale: #757575. Windows color (decimal): -4503627 or 11880379. OLE color: 11880379.
HSL color Cylindrical-coordinate representation of color #BB47B5: hue angle of 303.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB47B5 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 181 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.27 |
| HSL | 303.1º | 0.46% | 0.51% | - |
| HSV(B) | 303.1º | 0.62% | 0.73% | - |
| XYZ | 31.09 | 18.41 | 45.63 | - |
| YUV | 118.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 181 | 0 | 0.62 | 0.03 | 0.27 | 303.1 | 0.46 | 0.51 |
| Hex | BB | 47 | B5 | 0 | 3E | 3 | 1B | 12F | 2E | 33 |
| Octal | 273 | 107 | 265 | 0 | 76 | 3 | 33 | 457 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10110101 | 0 | 111110 | 11 | 11011 | 100101111 | 101110 | 110011 |
Color Harmonies of #BB47B5
Complementary color
Monochromatic Colors of #BB47B5
Black with #BB47B5
Text Example
Text Example
White with #BB47B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47B5; }
p { color: rgb(187,71,181); }
H1.HeaderClassName
{
color: #BB47B5;
}
.AnyTagClassName
{
color: #BB47B5;
}
</style>
background-color css
<style>
a { background-color: #BB47B5; }
a { background-color: rgb(187,71,181); }
div.DivClassName
{
background-color: #BB47B5;
}
.BgClassName
{
background-color: #BB47B5;
}
</style>
border-color css
<style>
span { border-color: #BB47B5; }
span { border-color: rgb(187,71,181); }
td.TdClassName
{
border-color: #BB47B5;
}
.TagClassName
{
border-color: #BB47B5;
}
</style>