#B544BA

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

Shades of Fuchsia #B544BA

Tints of Fuchsia #B544BA

Color information

#B544BA (or 0xB544BA) is unknown color: approx Fuchsia. HEX triplet: B5, 44 and BA. RGB value is (181,68,186). Sum of RGB (Red+Green+Blue) = 181+68+186=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B544BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544BA is #4ABB45. Grayscale: #727272. Windows color (decimal): -4897606 or 12207285. OLE color: 12207285.

HSL color Cylindrical-coordinate representation of color #B544BA: hue angle of 297.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B544BA is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18168186-
CMYK0.030.6300.27
HSL297.46º46.46%49.8%-
HSV(B)297.46º63.44%72.94%-
XYZ29.9917.548.25-
YUV115.24167.94174.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=41.61%
G=15.63%
B=42.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181681860.030.6300.27297.4646.4649.8
HexB544BA33F01B1292e32
Octal2651042723770334515662
Binary1011010110001001011101011111111011011100101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544BA; }

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

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

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

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

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

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

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

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