#B543C5

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

Shades of Fuchsia #B543C5

Tints of Fuchsia #B543C5

Color information

#B543C5 (or 0xB543C5) is unknown color: approx Fuchsia. HEX triplet: B5, 43 and C5. RGB value is (181,67,197). Sum of RGB (Red+Green+Blue) = 181+67+197=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #B543C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543C5 is #4ABC3A. Grayscale: #737373. Windows color (decimal): -4897851 or 12927925. OLE color: 12927925.

HSL color Cylindrical-coordinate representation of color #B543C5: hue angle of 292.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B543C5 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18167197-
CMYK0.080.6600.23
HSL292.62º52.85%51.76%-
HSV(B)292.62º65.99%77.25%-
XYZ31.1417.8754.63-
YUV115.91173.77174.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 67 (26.56% from 255) = 15.06%
BLUE value IS 197 (77.34% from 255) = 44.27%
R=40.67%
G=15.06%
B=44.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181671970.080.6600.23292.6252.8551.76
HexB543C58420171253534
Octal265103305101020274456564
Binary1011010110000111100010110001000010010111100100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B543C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B543C5; }

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

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

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

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

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

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

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

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