#B14BAC

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

Shades of Fuchsia #B14BAC

Tints of Fuchsia #B14BAC

Color information

#B14BAC (or 0xB14BAC) is unknown color: approx Fuchsia. HEX triplet: B1, 4B and AC. RGB value is (177,75,172). Sum of RGB (Red+Green+Blue) = 177+75+172=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B14BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14BAC is #4EB453. Grayscale: #747474. Windows color (decimal): -5157972 or 11291569. OLE color: 11291569.

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

Color convert

RGB17775172-
CMYK00.580.030.31
HSL302.94º40.48%49.41%-
HSV(B)302.94º57.63%69.41%-
XYZ28.0917.3640.9-
YUV116.56159.29171.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=41.75%
G=17.69%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777517200.580.030.31302.9440.4849.41
HexB14BAC03A31F12f2831
Octal2611132540723374575061
Binary1011000110010111010110001110101111111100101111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14BAC; }

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

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

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

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

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

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

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

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