Shades of Fuchsia #B047BB
Tints of Fuchsia #B047BB
RGB
CMYK
RGB Variations
Color information
#B047BB (or 0xB047BB) is known color: Fuchsia. HEX triplet: B0, 47 and BB. RGB value is (176,71,187). Sum of RGB (Red+Green+Blue) = 176+71+187=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B047BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047BB is #4FB844. Grayscale: #737373. Windows color (decimal): -5224517 or 12273584. OLE color: 12273584.
HSL color Cylindrical-coordinate representation of color #B047BB: hue angle of 294.31º 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 #B047BB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 71 | 187 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.27 |
| HSL | 294.31º | 0.46% | 0.51% | - |
| HSV(B) | 294.31º | 0.62% | 0.73% | - |
| XYZ | 29.13 | 17.32 | 48.82 | - |
| YUV | 115.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 187 | 0.06 | 0.62 | 0 | 0.27 | 294.31 | 0.46 | 0.51 |
| Hex | B0 | 47 | BB | 6 | 3E | 0 | 1B | 126 | 2E | 33 |
| Octal | 260 | 107 | 273 | 6 | 76 | 0 | 33 | 446 | 56 | 63 |
| Binary | 10110000 | 1000111 | 10111011 | 110 | 111110 | 0 | 11011 | 100100110 | 101110 | 110011 |
Color Harmonies of #B047BB
Complementary color
Monochromatic Colors of #B047BB
Black with #B047BB
Text Example
Text Example
White with #B047BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047BB; }
p { color: rgb(176,71,187); }
H1.HeaderClassName
{
color: #B047BB;
}
.AnyTagClassName
{
color: #B047BB;
}
</style>
background-color css
<style>
a { background-color: #B047BB; }
a { background-color: rgb(176,71,187); }
div.DivClassName
{
background-color: #B047BB;
}
.BgClassName
{
background-color: #B047BB;
}
</style>
border-color css
<style>
span { border-color: #B047BB; }
span { border-color: rgb(176,71,187); }
td.TdClassName
{
border-color: #B047BB;
}
.TagClassName
{
border-color: #B047BB;
}
</style>