#B14CAD

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

Shades of Fuchsia #B14CAD

Tints of Fuchsia #B14CAD

Color information

#B14CAD (or 0xB14CAD) is unknown color: approx Fuchsia. HEX triplet: B1, 4C and AD. RGB value is (177,76,173). Sum of RGB (Red+Green+Blue) = 177+76+173=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CAD is #4EB352. Grayscale: #747474. Windows color (decimal): -5157715 or 11357361. OLE color: 11357361.

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

Color convert

RGB17776173-
CMYK00.570.020.31
HSL302.38º39.92%49.61%-
HSV(B)302.38º57.06%69.41%-
XYZ28.2617.5341.43-
YUV117.26159.46170.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=41.55%
G=17.84%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777617300.570.020.31302.3839.9249.61
HexB14CAD03921F12e2832
Octal2611142550712374565062
Binary1011000110011001010110101110011011111100101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14CAD; }

 p { color: rgb(177,76,173); }

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

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

 a { background-color: rgb(177,76,173); }

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

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

 span { border-color: rgb(177,76,173); }

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