#B541AD

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

Shades of Fuchsia #B541AD

Tints of Fuchsia #B541AD

Color information

#B541AD (or 0xB541AD) is unknown color: approx Fuchsia. HEX triplet: B5, 41 and AD. RGB value is (181,65,173). Sum of RGB (Red+Green+Blue) = 181+65+173=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B541AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541AD is #4ABE52. Grayscale: #6F6F6F. Windows color (decimal): -4898387 or 11354549. OLE color: 11354549.

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

Color convert

RGB18165173-
CMYK00.640.040.29
HSL304.14º47.15%48.24%-
HSV(B)304.14º64.09%70.98%-
XYZ28.4916.6241.24-
YUV112162.43177.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=43.20%
G=15.51%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816517300.640.040.29304.1447.1548.24
HexB541AD04041D1302f30
Octal26510125501004354605760
Binary101101011000001101011010100000010011101100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541AD; }

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

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

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

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

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

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

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

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