#B541A7

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

Shades of Fuchsia #B541A7

Tints of Fuchsia #B541A7

Color information

#B541A7 (or 0xB541A7) is unknown color: approx Fuchsia. HEX triplet: B5, 41 and A7. RGB value is (181,65,167). Sum of RGB (Red+Green+Blue) = 181+65+167=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B541A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541A7 is #4ABE58. Grayscale: #6F6F6F. Windows color (decimal): -4898393 or 10961333. OLE color: 10961333.

HSL color Cylindrical-coordinate representation of color #B541A7: hue angle of 307.24º 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 #B541A7 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18165167-
CMYK00.640.080.29
HSL307.24º47.15%48.24%-
HSV(B)307.24º64.09%70.98%-
XYZ27.9216.3938.25-
YUV111.31159.43177.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=43.83%
G=15.74%
B=40.44%

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
Decimal1816516700.640.080.29307.2447.1548.24
HexB541A704081D1332f30
Octal265101247010010354635760
Binary1011010110000011010011101000000100011101100110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541A7; }

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

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

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

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

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

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

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

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