#B449A9

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

Shades of Fuchsia #B449A9

Tints of Fuchsia #B449A9

Color information

#B449A9 (or 0xB449A9) is unknown color: approx Fuchsia. HEX triplet: B4, 49 and A9. RGB value is (180,73,169). Sum of RGB (Red+Green+Blue) = 180+73+169=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B449A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449A9 is #4BB656. Grayscale: #737373. Windows color (decimal): -4961879 or 11094452. OLE color: 11094452.

HSL color Cylindrical-coordinate representation of color #B449A9: hue angle of 306.17º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B449A9 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18073169-
CMYK00.590.060.29
HSL306.17º42.29%49.61%-
HSV(B)306.17º59.44%70.59%-
XYZ28.3717.3339.39-
YUV115.94157.95173.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=42.65%
G=17.30%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807316900.590.060.29306.1742.2949.61
HexB449A903B61D1322a32
Octal2641112510736354625262
Binary10110100100100110101001011101111011101100110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B449A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B449A9; }

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

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

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

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

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

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

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

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