#B14FB0

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

Shades of Fuchsia #B14FB0

Tints of Fuchsia #B14FB0

Color information

#B14FB0 (or 0xB14FB0) is unknown color: approx Fuchsia. HEX triplet: B1, 4F and B0. RGB value is (177,79,176). Sum of RGB (Red+Green+Blue) = 177+79+176=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FB0 is #4EB04F. Grayscale: #777777. Windows color (decimal): -5156944 or 11554737. OLE color: 11554737.

HSL color Cylindrical-coordinate representation of color #B14FB0: hue angle of 300.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B14FB0 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17779176-
CMYK00.550.010.31
HSL300.61º38.58%50.2%-
HSV(B)300.61º55.37%69.41%-
XYZ28.7618.0743.05-
YUV119.36159.97169.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=40.97%
G=18.29%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777917600.550.010.31300.6138.5850.2
HexB14FB003711F12d2732
Octal2611172600671374554762
Binary101100011001111101100000110111111111100101101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FB0; }

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

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

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

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

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

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

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

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