#B849A9

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

Shades of Fuchsia #B849A9

Tints of Fuchsia #B849A9

Color information

#B849A9 (or 0xB849A9) is unknown color: approx Fuchsia. HEX triplet: B8, 49 and A9. RGB value is (184,73,169). Sum of RGB (Red+Green+Blue) = 184+73+169=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B849A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849A9 is #47B656. Grayscale: #747474. Windows color (decimal): -4699735 or 11094456. OLE color: 11094456.

HSL color Cylindrical-coordinate representation of color #B849A9: hue angle of 308.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B849A9 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18473169-
CMYK00.600.080.28
HSL308.11º43.87%50.39%-
HSV(B)308.11º60.33%72.16%-
XYZ29.3117.8239.43-
YUV117.13157.27175.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 73 (28.91% from 255) = 17.14%
BLUE value IS 169 (66.41% from 255) = 39.67%
R=43.19%
G=17.14%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847316900.600.080.28308.1143.8750.39
HexB849A903C81C1342c32
Octal27011125107410344645462
Binary101110001001001101010010111100100011100100110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B849A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B849A9; }

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

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

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

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

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

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

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

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