#B541B3

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

Shades of Fuchsia #B541B3

Tints of Fuchsia #B541B3

Color information

#B541B3 (or 0xB541B3) is unknown color: approx Fuchsia. HEX triplet: B5, 41 and B3. RGB value is (181,65,179). Sum of RGB (Red+Green+Blue) = 181+65+179=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B541B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541B3 is #4ABE4C. Grayscale: #707070. Windows color (decimal): -4898381 or 11747765. OLE color: 11747765.

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

Color convert

RGB18165179-
CMYK00.640.010.29
HSL301.03º47.15%48.24%-
HSV(B)301.03º64.09%70.98%-
XYZ29.0816.8644.37-
YUV112.68165.43176.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 179 (70.31% from 255) = 42.12%
R=42.59%
G=15.29%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816517900.640.010.29301.0347.1548.24
HexB541B304011D12d2f30
Octal26510126301001354555760
Binary1011010110000011011001101000000111101100101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541B3; }

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

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

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

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

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

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

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

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