#B14FB3

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

Shades of Fuchsia #B14FB3

Tints of Fuchsia #B14FB3

Color information

#B14FB3 (or 0xB14FB3) is unknown color: approx Fuchsia. HEX triplet: B1, 4F and B3. RGB value is (177,79,179). Sum of RGB (Red+Green+Blue) = 177+79+179=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #B14FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FB3 is #4EB04C. Grayscale: #777777. Windows color (decimal): -5156941 or 11751345. OLE color: 11751345.

HSL color Cylindrical-coordinate representation of color #B14FB3: hue angle of 298.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14FB3 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17779179-
CMYK0.010.5600.30
HSL298.8º39.68%50.59%-
HSV(B)298.8º55.87%70.2%-
XYZ29.0618.1944.63-
YUV119.7161.47168.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=40.69%
G=18.16%
B=41.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177791790.010.5600.30298.839.6850.59
HexB14FB313801E12b2833
Octal2611172631700364535063
Binary101100011001111101100111111000011110100101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FB3; }

 p { color: rgb(177,79,179); }

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

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

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

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

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

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

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