#B545AD

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

Shades of Fuchsia #B545AD

Tints of Fuchsia #B545AD

Color information

#B545AD (or 0xB545AD) is unknown color: approx Fuchsia. HEX triplet: B5, 45 and AD. RGB value is (181,69,173). Sum of RGB (Red+Green+Blue) = 181+69+173=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B545AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B545AD is #4ABA52. Grayscale: #727272. Windows color (decimal): -4897363 or 11355573. OLE color: 11355573.

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

Color convert

RGB18169173-
CMYK00.620.040.29
HSL304.29º44.8%49.02%-
HSV(B)304.29º61.88%70.98%-
XYZ28.7317.141.32-
YUV114.34161.11175.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=42.79%
G=16.31%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816917300.620.040.29304.2944.849.02
HexB545AD03E41D1302d31
Octal2651052550764354605561
Binary10110101100010110101101011111010011101100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545AD; }

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

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

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

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

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

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

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

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