#B546BA

Color #B546BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B546BA

Tints of Fuchsia #B546BA

Color information

#B546BA (or 0xB546BA) is unknown color: approx 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

RGB18170186-
CMYK0.030.6200.27
HSL297.41º45.67%50.2%-
HSV(B)297.41º62.37%72.94%-
XYZ30.1117.7548.29-
YUV116.41167.27174.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=41.42%
G=16.02%
B=42.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181701860.030.6200.27297.4145.6750.2
HexB546BA33E01B1292e32
Octal2651062723760334515662
Binary1011010110001101011101011111110011011100101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>