Shades of Fuchsia #B547BB
Tints of Fuchsia #B547BB
RGB
CMYK
RGB Variations
Color information
#B547BB (or 0xB547BB) is known color: Fuchsia. HEX triplet: B5, 47 and BB. RGB value is (181,71,187). Sum of RGB (Red+Green+Blue) = 181+71+187=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #B547BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547BB is #4AB844. Grayscale: #747474. Windows color (decimal): -4896837 or 12273589. OLE color: 12273589.
HSL color Cylindrical-coordinate representation of color #B547BB: hue angle of 296.9º 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 #B547BB is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 71 | 187 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.27 |
| HSL | 296.9º | 0.46% | 0.51% | - |
| HSV(B) | 296.9º | 0.62% | 0.73% | - |
| XYZ | 30.28 | 17.92 | 48.88 | - |
| YUV | 117.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 187 | 0.03 | 0.62 | 0 | 0.27 | 296.9 | 0.46 | 0.51 |
| Hex | B5 | 47 | BB | 3 | 3E | 0 | 1B | 129 | 2E | 33 |
| Octal | 265 | 107 | 273 | 3 | 76 | 0 | 33 | 451 | 56 | 63 |
| Binary | 10110101 | 1000111 | 10111011 | 11 | 111110 | 0 | 11011 | 100101001 | 101110 | 110011 |
Color Harmonies of #B547BB
Complementary color
Monochromatic Colors of #B547BB
Black with #B547BB
Text Example
Text Example
White with #B547BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547BB; }
p { color: rgb(181,71,187); }
H1.HeaderClassName
{
color: #B547BB;
}
.AnyTagClassName
{
color: #B547BB;
}
</style>
background-color css
<style>
a { background-color: #B547BB; }
a { background-color: rgb(181,71,187); }
div.DivClassName
{
background-color: #B547BB;
}
.BgClassName
{
background-color: #B547BB;
}
</style>
border-color css
<style>
span { border-color: #B547BB; }
span { border-color: rgb(181,71,187); }
td.TdClassName
{
border-color: #B547BB;
}
.TagClassName
{
border-color: #B547BB;
}
</style>