#B545A8

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

Shades of Fuchsia #B545A8

Tints of Fuchsia #B545A8

Color information

#B545A8 (or 0xB545A8) is unknown color: approx Fuchsia. HEX triplet: B5, 45 and A8. RGB value is (181,69,168). Sum of RGB (Red+Green+Blue) = 181+69+168=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B545A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B545A8 is #4ABA57. Grayscale: #717171. Windows color (decimal): -4897368 or 11027893. OLE color: 11027893.

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

Color convert

RGB18169168-
CMYK00.620.070.29
HSL306.96º44.8%49.02%-
HSV(B)306.96º61.88%70.98%-
XYZ28.2516.9138.82-
YUV113.77158.61175.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 168 (66.02% from 255) = 40.19%
R=43.30%
G=16.51%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816916800.620.070.29306.9644.849.02
HexB545A803E71D1332d31
Octal2651052500767354635561
Binary10110101100010110101000011111011111101100110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545A8; }

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

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

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

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

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

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

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

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