#B144AE

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

Shades of Fuchsia #B144AE

Tints of Fuchsia #B144AE

Color information

#B144AE (or 0xB144AE) is unknown color: approx Fuchsia. HEX triplet: B1, 44 and AE. RGB value is (177,68,174). Sum of RGB (Red+Green+Blue) = 177+68+174=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B144AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144AE is #4EBB51. Grayscale: #707070. Windows color (decimal): -5159762 or 11420849. OLE color: 11420849.

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

Color convert

RGB17768174-
CMYK00.620.020.31
HSL301.65º44.49%48.04%-
HSV(B)301.65º61.58%69.41%-
XYZ27.8416.5441.77-
YUV112.68162.61173.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=42.24%
G=16.23%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776817400.620.020.31301.6544.4948.04
HexB144AE03E21F12e2c30
Octal2611042560762374565460
Binary1011000110001001010111001111101011111100101110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144AE; }

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

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

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

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

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

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

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

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