#B549B4

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

Shades of Fuchsia #B549B4

Tints of Fuchsia #B549B4

Color information

#B549B4 (or 0xB549B4) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and B4. RGB value is (181,73,180). Sum of RGB (Red+Green+Blue) = 181+73+180=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B549B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549B4 is #4AB64B. Grayscale: #757575. Windows color (decimal): -4896332 or 11815349. OLE color: 11815349.

HSL color Cylindrical-coordinate representation of color #B549B4: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B549B4 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18173180-
CMYK00.600.010.29
HSL300.56º42.52%49.8%-
HSV(B)300.56º59.67%70.98%-
XYZ29.6817.8845.07-
YUV117.49163.28173.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=41.71%
G=16.82%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817318000.600.010.29300.5642.5249.8
HexB549B403C11D12d2b32
Octal2651112640741354555362
Binary101101011001001101101000111100111101100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549B4; }

 p { color: rgb(181,73,180); }

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

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

 a { background-color: rgb(181,73,180); }

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

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

 span { border-color: rgb(181,73,180); }

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