Shades of Fuchsia #B546BA
Tints of Fuchsia #B546BA
RGB
CMYK
RGB Variations
Color information
#B546BA (or 0xB546BA) is known color: Fuchsia. HEX triplet: B5, 46 and BA. RGB value is (181,70,186). Sum of RGB (Red+Green+Blue) = 181+70+186=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B546BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546BA is #4AB945. Grayscale: #747474. Windows color (decimal): -4897094 or 12207797. OLE color: 12207797.
HSL color Cylindrical-coordinate representation of color #B546BA: hue angle of 297.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B546BA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 70 | 186 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.27 |
| HSL | 297.41º | 0.46% | 0.5% | - |
| HSV(B) | 297.41º | 0.62% | 0.73% | - |
| XYZ | 30.11 | 17.75 | 48.29 | - |
| YUV | 116.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 186 | 0.03 | 0.62 | 0 | 0.27 | 297.41 | 0.46 | 0.5 |
| Hex | B5 | 46 | BA | 3 | 3E | 0 | 1B | 129 | 2E | 32 |
| Octal | 265 | 106 | 272 | 3 | 76 | 0 | 33 | 451 | 56 | 62 |
| Binary | 10110101 | 1000110 | 10111010 | 11 | 111110 | 0 | 11011 | 100101001 | 101110 | 110010 |
Color Harmonies of #B546BA
Complementary color
Monochromatic Colors of #B546BA
Black with #B546BA
Text Example
Text Example
White with #B546BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546BA; }
p { color: rgb(181,70,186); }
H1.HeaderClassName
{
color: #B546BA;
}
.AnyTagClassName
{
color: #B546BA;
}
</style>
background-color css
<style>
a { background-color: #B546BA; }
a { background-color: rgb(181,70,186); }
div.DivClassName
{
background-color: #B546BA;
}
.BgClassName
{
background-color: #B546BA;
}
</style>
border-color css
<style>
span { border-color: #B546BA; }
span { border-color: rgb(181,70,186); }
td.TdClassName
{
border-color: #B546BA;
}
.TagClassName
{
border-color: #B546BA;
}
</style>