#B543BA

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

Shades of Fuchsia #B543BA

Tints of Fuchsia #B543BA

Color information

#B543BA (or 0xB543BA) is unknown color: approx Fuchsia. HEX triplet: B5, 43 and BA. RGB value is (181,67,186). Sum of RGB (Red+Green+Blue) = 181+67+186=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B543BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543BA is #4ABC45. Grayscale: #727272. Windows color (decimal): -4897862 or 12207029. OLE color: 12207029.

HSL color Cylindrical-coordinate representation of color #B543BA: hue angle of 297.48º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B543BA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18167186-
CMYK0.030.6400.27
HSL297.48º47.04%49.61%-
HSV(B)297.48º63.98%72.94%-
XYZ29.9317.3848.23-
YUV114.65168.27175.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=41.71%
G=15.44%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181671860.030.6400.27297.4847.0449.61
HexB543BA34001B1292f32
Octal26510327231000334515762
Binary10110101100001110111010111000000011011100101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B543BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B543BA; }

 p { color: rgb(181,67,186); }

 H1.HeaderClassName
 {
   color: #B543BA;
 }
 .AnyTagClassName
 {
   color: #B543BA;
 }
</style>
background-color css

<style>
 a { background-color: #B543BA; }

 a { background-color: rgb(181,67,186); }

 div.DivClassName
 {
   background-color: #B543BA;
 }
 .BgClassName
 {
   background-color: #B543BA;
 }
</style>
border-color css

<style>
 span { border-color: #B543BA; }

 span { border-color: rgb(181,67,186); }

 td.TdClassName
 {
   border-color: #B543BA;
 }
 .TagClassName
 {
   border-color: #B543BA;
 }
</style>