#B544B2

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

Shades of Fuchsia #B544B2

Tints of Fuchsia #B544B2

Color information

#B544B2 (or 0xB544B2) is unknown color: approx Fuchsia. HEX triplet: B5, 44 and B2. RGB value is (181,68,178). Sum of RGB (Red+Green+Blue) = 181+68+178=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B544B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B544B2 is #4ABB4D. Grayscale: #717171. Windows color (decimal): -4897614 or 11682997. OLE color: 11682997.

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

Color convert

RGB18168178-
CMYK00.620.020.29
HSL301.59º45.38%48.82%-
HSV(B)301.59º62.43%70.98%-
XYZ29.1617.1743.9-
YUV114.33163.94175.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 68 (26.95% from 255) = 15.93%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=42.39%
G=15.93%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816817800.620.020.29301.5945.3848.82
HexB544B203E21D12e2d31
Octal2651042620762354565561
Binary1011010110001001011001001111101011101100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544B2; }

 p { color: rgb(181,68,178); }

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

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

 a { background-color: rgb(181,68,178); }

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

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

 span { border-color: rgb(181,68,178); }

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