Shades of Fuchsia #B546BC
Tints of Fuchsia #B546BC
RGB
CMYK
RGB Variations
Color information
#B546BC (or 0xB546BC) is known color: Fuchsia. HEX triplet: B5, 46 and BC. RGB value is (181,70,188). Sum of RGB (Red+Green+Blue) = 181+70+188=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #B546BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546BC is #4AB943. Grayscale: #747474. Windows color (decimal): -4897092 or 12338869. OLE color: 12338869.
HSL color Cylindrical-coordinate representation of color #B546BC: hue angle of 296.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B546BC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 70 | 188 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.26 |
| HSL | 296.44º | 0.47% | 0.51% | - |
| HSV(B) | 296.44º | 0.63% | 0.74% | - |
| XYZ | 30.32 | 17.83 | 49.42 | - |
| YUV | 116.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 188 | 0.04 | 0.63 | 0 | 0.26 | 296.44 | 0.47 | 0.51 |
| Hex | B5 | 46 | BC | 4 | 3F | 0 | 1A | 128 | 2F | 33 |
| Octal | 265 | 106 | 274 | 4 | 77 | 0 | 32 | 450 | 57 | 63 |
| Binary | 10110101 | 1000110 | 10111100 | 100 | 111111 | 0 | 11010 | 100101000 | 101111 | 110011 |
Color Harmonies of #B546BC
Complementary color
Monochromatic Colors of #B546BC
Black with #B546BC
Text Example
Text Example
White with #B546BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546BC; }
p { color: rgb(181,70,188); }
H1.HeaderClassName
{
color: #B546BC;
}
.AnyTagClassName
{
color: #B546BC;
}
</style>
background-color css
<style>
a { background-color: #B546BC; }
a { background-color: rgb(181,70,188); }
div.DivClassName
{
background-color: #B546BC;
}
.BgClassName
{
background-color: #B546BC;
}
</style>
border-color css
<style>
span { border-color: #B546BC; }
span { border-color: rgb(181,70,188); }
td.TdClassName
{
border-color: #B546BC;
}
.TagClassName
{
border-color: #B546BC;
}
</style>