#B244AE

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

Shades of Fuchsia #B244AE

Tints of Fuchsia #B244AE

Color information

#B244AE (or 0xB244AE) is unknown color: approx Fuchsia. HEX triplet: B2, 44 and AE. RGB value is (178,68,174). Sum of RGB (Red+Green+Blue) = 178+68+174=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B244AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B244AE is #4DBB51. Grayscale: #707070. Windows color (decimal): -5094226 or 11420850. OLE color: 11420850.

HSL color Cylindrical-coordinate representation of color #B244AE: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B244AE is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17868174-
CMYK00.620.020.30
HSL302.18º44.72%48.24%-
HSV(B)302.18º61.8%69.8%-
XYZ28.0716.6641.78-
YUV112.97162.44174.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=42.38%
G=16.19%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786817400.620.020.30302.1844.7248.24
HexB244AE03E21E12e2d30
Octal2621042560762364565560
Binary1011001010001001010111001111101011110100101110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B244AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B244AE; }

 p { color: rgb(178,68,174); }

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

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

 a { background-color: rgb(178,68,174); }

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

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

 span { border-color: rgb(178,68,174); }

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