#B14EC1

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

Shades of Fuchsia #B14EC1

Tints of Fuchsia #B14EC1

Color information

#B14EC1 (or 0xB14EC1) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and C1. RGB value is (177,78,193). Sum of RGB (Red+Green+Blue) = 177+78+193=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #B14EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EC1 is #4EB13E. Grayscale: #787878. Windows color (decimal): -5157183 or 12668593. OLE color: 12668593.

HSL color Cylindrical-coordinate representation of color #B14EC1: hue angle of 291.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14EC1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17778193-
CMYK0.080.6000.24
HSL291.65º48.12%53.14%-
HSV(B)291.65º59.59%75.69%-
XYZ30.4818.6552.44-
YUV120.71168.8168.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=39.51%
G=17.41%
B=43.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177781930.080.6000.24291.6548.1253.14
HexB14EC183C0181243035
Octal26111630110740304446065
Binary101100011001110110000011000111100011000100100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EC1; }

 p { color: rgb(177,78,193); }

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

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

 a { background-color: rgb(177,78,193); }

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

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

 span { border-color: rgb(177,78,193); }

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