#B14EB9

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

Shades of Fuchsia #B14EB9

Tints of Fuchsia #B14EB9

Color information

#B14EB9 (or 0xB14EB9) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and B9. RGB value is (177,78,185). Sum of RGB (Red+Green+Blue) = 177+78+185=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #B14EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EB9 is #4EB146. Grayscale: #777777. Windows color (decimal): -5157191 or 12144305. OLE color: 12144305.

HSL color Cylindrical-coordinate representation of color #B14EB9: hue angle of 295.51º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14EB9 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17778185-
CMYK0.040.5800.27
HSL295.51º43.32%51.57%-
HSV(B)295.51º57.84%72.55%-
XYZ29.6118.347.87-
YUV119.8164.8168.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=40.23%
G=17.73%
B=42.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177781850.040.5800.27295.5143.3251.57
HexB14EB943A01B1282b34
Octal2611162714720334505364
Binary10110001100111010111001100111010011011100101000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EB9; }

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

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

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

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

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

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

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

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