#B14EB5

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

Shades of Fuchsia #B14EB5

Tints of Fuchsia #B14EB5

Color information

#B14EB5 (or 0xB14EB5) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and B5. RGB value is (177,78,181). Sum of RGB (Red+Green+Blue) = 177+78+181=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #B14EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EB5 is #4EB14A. Grayscale: #777777. Windows color (decimal): -5157195 or 11882161. OLE color: 11882161.

HSL color Cylindrical-coordinate representation of color #B14EB5: hue angle of 297.67º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14EB5 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17778181-
CMYK0.020.5700.29
HSL297.67º41.04%50.78%-
HSV(B)297.67º56.91%70.98%-
XYZ29.218.1345.68-
YUV119.34162.8169.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 181 (71.09% from 255) = 41.51%
R=40.60%
G=17.89%
B=41.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177781810.020.5700.29297.6741.0450.78
HexB14EB523901D12a2933
Octal2611162652710354525163
Binary1011000110011101011010110111001011101100101010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EB5; }

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

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

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

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

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

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

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

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