#B14EB1

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

Shades of Fuchsia #B14EB1

Tints of Fuchsia #B14EB1

Color information

#B14EB1 (or 0xB14EB1) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and B1. RGB value is (177,78,177). Sum of RGB (Red+Green+Blue) = 177+78+177=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B14EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EB1 is #4EB14E. Grayscale: #767676. Windows color (decimal): -5157199 or 11620017. OLE color: 11620017.

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

Color convert

RGB17778177-
CMYK00.5600.31
HSL300º38.82%50%-
HSV(B)300º55.93%69.41%-
XYZ28.7917.9743.55-
YUV118.89160.8169.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=40.97%
G=18.06%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777817700.5600.3130038.8250
HexB14EB103801F12c2732
Octal2611162610700374544762
Binary101100011001110101100010111000011111100101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EB1; }

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

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

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

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

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

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

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

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