Shades of Fuchsia #B547BC
Tints of Fuchsia #B547BC
RGB
CMYK
RGB Variations
Color information
#B547BC (or 0xB547BC) is known color: Fuchsia. HEX triplet: B5, 47 and BC. RGB value is (181,71,188). Sum of RGB (Red+Green+Blue) = 181+71+188=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #B547BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547BC is #4AB843. Grayscale: #747474. Windows color (decimal): -4896836 or 12339125. OLE color: 12339125.
HSL color Cylindrical-coordinate representation of color #B547BC: hue angle of 296.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B547BC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 71 | 188 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.26 |
| HSL | 296.41º | 0.47% | 0.51% | - |
| HSV(B) | 296.41º | 0.62% | 0.74% | - |
| XYZ | 30.39 | 17.96 | 49.44 | - |
| YUV | 117.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 188 | 0.04 | 0.62 | 0 | 0.26 | 296.41 | 0.47 | 0.51 |
| Hex | B5 | 47 | BC | 4 | 3E | 0 | 1A | 128 | 2F | 33 |
| Octal | 265 | 107 | 274 | 4 | 76 | 0 | 32 | 450 | 57 | 63 |
| Binary | 10110101 | 1000111 | 10111100 | 100 | 111110 | 0 | 11010 | 100101000 | 101111 | 110011 |
Color Harmonies of #B547BC
Complementary color
Monochromatic Colors of #B547BC
Black with #B547BC
Text Example
Text Example
White with #B547BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547BC; }
p { color: rgb(181,71,188); }
H1.HeaderClassName
{
color: #B547BC;
}
.AnyTagClassName
{
color: #B547BC;
}
</style>
background-color css
<style>
a { background-color: #B547BC; }
a { background-color: rgb(181,71,188); }
div.DivClassName
{
background-color: #B547BC;
}
.BgClassName
{
background-color: #B547BC;
}
</style>
border-color css
<style>
span { border-color: #B547BC; }
span { border-color: rgb(181,71,188); }
td.TdClassName
{
border-color: #B547BC;
}
.TagClassName
{
border-color: #B547BC;
}
</style>