#B541A6

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

Shades of Fuchsia #B541A6

Tints of Fuchsia #B541A6

Color information

#B541A6 (or 0xB541A6) is unknown color: approx Fuchsia. HEX triplet: B5, 41 and A6. RGB value is (181,65,166). Sum of RGB (Red+Green+Blue) = 181+65+166=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B541A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541A6 is #4ABE59. Grayscale: #6E6E6E. Windows color (decimal): -4898394 or 10895797. OLE color: 10895797.

HSL color Cylindrical-coordinate representation of color #B541A6: hue angle of 307.76º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B541A6 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18165166-
CMYK00.640.080.29
HSL307.76º47.15%48.24%-
HSV(B)307.76º64.09%70.98%-
XYZ27.8316.3637.77-
YUV111.2158.93177.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 166 (65.23% from 255) = 40.29%
R=43.93%
G=15.78%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816516600.640.080.29307.7647.1548.24
HexB541A604081D1342f30
Octal265101246010010354645760
Binary1011010110000011010011001000000100011101100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541A6; }

 p { color: rgb(181,65,166); }

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

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

 a { background-color: rgb(181,65,166); }

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

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

 span { border-color: rgb(181,65,166); }

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