#B545A5

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

Shades of Fuchsia #B545A5

Tints of Fuchsia #B545A5

Color information

#B545A5 (or 0xB545A5) is unknown color: approx Fuchsia. HEX triplet: B5, 45 and A5. RGB value is (181,69,165). Sum of RGB (Red+Green+Blue) = 181+69+165=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B545A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B545A5 is #4ABA5A. Grayscale: #717171. Windows color (decimal): -4897371 or 10831285. OLE color: 10831285.

HSL color Cylindrical-coordinate representation of color #B545A5: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B545A5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18169165-
CMYK00.620.090.29
HSL308.57º44.8%49.02%-
HSV(B)308.57º61.88%70.98%-
XYZ27.9816.837.36-
YUV113.43157.11176.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=43.61%
G=16.63%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816916500.620.090.29308.5744.849.02
HexB545A503E91D1352d31
Octal26510524507611354655561
Binary101101011000101101001010111110100111101100110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545A5; }

 p { color: rgb(181,69,165); }

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

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

 a { background-color: rgb(181,69,165); }

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

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

 span { border-color: rgb(181,69,165); }

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