#B14DAC

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

Shades of Fuchsia #B14DAC

Tints of Fuchsia #B14DAC

Color information

#B14DAC (or 0xB14DAC) is unknown color: approx Fuchsia. HEX triplet: B1, 4D and AC. RGB value is (177,77,172). Sum of RGB (Red+Green+Blue) = 177+77+172=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DAC is #4EB253. Grayscale: #757575. Windows color (decimal): -5157460 or 11292081. OLE color: 11292081.

HSL color Cylindrical-coordinate representation of color #B14DAC: hue angle of 303º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14DAC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17777172-
CMYK00.560.030.31
HSL303º39.37%49.8%-
HSV(B)303º56.5%69.41%-
XYZ28.2317.6340.95-
YUV117.73158.63170.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=41.55%
G=18.08%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777717200.560.030.3130339.3749.8
HexB14DAC03831F12f2732
Octal2611152540703374574762
Binary1011000110011011010110001110001111111100101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DAC; }

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

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

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

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

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

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

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

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