#B144AC

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

Shades of Fuchsia #B144AC

Tints of Fuchsia #B144AC

Color information

#B144AC (or 0xB144AC) is unknown color: approx Fuchsia. HEX triplet: B1, 44 and AC. RGB value is (177,68,172). Sum of RGB (Red+Green+Blue) = 177+68+172=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B144AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144AC is #4EBB53. Grayscale: #707070. Windows color (decimal): -5159764 or 11289777. OLE color: 11289777.

HSL color Cylindrical-coordinate representation of color #B144AC: hue angle of 302.75º 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 #B144AC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17768172-
CMYK00.620.030.31
HSL302.75º44.49%48.04%-
HSV(B)302.75º61.58%69.41%-
XYZ27.6416.4640.75-
YUV112.45161.61174.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=42.45%
G=16.31%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776817200.620.030.31302.7544.4948.04
HexB144AC03E31F12f2c30
Octal2611042540763374575460
Binary1011000110001001010110001111101111111100101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144AC; }

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

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

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

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

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

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

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

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