#B14FC1

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

Shades of Fuchsia #B14FC1

Tints of Fuchsia #B14FC1

Color information

#B14FC1 (or 0xB14FC1) is unknown color: approx Fuchsia. HEX triplet: B1, 4F and C1. RGB value is (177,79,193). Sum of RGB (Red+Green+Blue) = 177+79+193=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B14FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FC1 is #4EB03E. Grayscale: #787878. Windows color (decimal): -5156927 or 12668849. OLE color: 12668849.

HSL color Cylindrical-coordinate representation of color #B14FC1: hue angle of 291.58º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14FC1 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17779193-
CMYK0.080.5900.24
HSL291.58º47.9%53.33%-
HSV(B)291.58º59.07%75.69%-
XYZ30.5518.7952.47-
YUV121.3168.47167.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=39.42%
G=17.59%
B=42.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177791930.080.5900.24291.5847.953.33
HexB14FC183B0181243035
Octal26111730110730304446065
Binary101100011001111110000011000111011011000100100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FC1; }

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

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

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

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

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

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

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

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