#B249A9

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

Shades of Fuchsia #B249A9

Tints of Fuchsia #B249A9

Color information

#B249A9 (or 0xB249A9) is unknown color: approx Fuchsia. HEX triplet: B2, 49 and A9. RGB value is (178,73,169). Sum of RGB (Red+Green+Blue) = 178+73+169=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B249A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249A9 is #4DB656. Grayscale: #737373. Windows color (decimal): -5092951 or 11094450. OLE color: 11094450.

HSL color Cylindrical-coordinate representation of color #B249A9: hue angle of 305.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B249A9 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17873169-
CMYK00.590.050.30
HSL305.14º41.83%49.22%-
HSV(B)305.14º58.99%69.8%-
XYZ27.917.0939.37-
YUV115.34158.29172.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 169 (66.41% from 255) = 40.24%
R=42.38%
G=17.38%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787316900.590.050.30305.1441.8349.22
HexB249A903B51E1312a31
Octal2621112510735364615261
Binary10110010100100110101001011101110111110100110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249A9; }

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

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

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

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

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

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

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

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