#B549B0

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

Shades of Fuchsia #B549B0

Tints of Fuchsia #B549B0

Color information

#B549B0 (or 0xB549B0) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and B0. RGB value is (181,73,176). Sum of RGB (Red+Green+Blue) = 181+73+176=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B549B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549B0 is #4AB64F. Grayscale: #747474. Windows color (decimal): -4896336 or 11553205. OLE color: 11553205.

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

Color convert

RGB18173176-
CMYK00.600.030.29
HSL302.78º42.52%49.8%-
HSV(B)302.78º59.67%70.98%-
XYZ29.2817.7242.95-
YUV117.03161.28173.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=42.09%
G=16.98%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817317600.600.030.29302.7842.5249.8
HexB549B003C31D12f2b32
Octal2651112600743354575362
Binary1011010110010011011000001111001111101100101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549B0; }

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

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

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

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

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

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

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

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