#BF4EA6

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

Shades of Fuchsia #BF4EA6

Tints of Fuchsia #BF4EA6

Color information

#BF4EA6 (or 0xBF4EA6) is unknown color: approx Fuchsia. HEX triplet: BF, 4E and A6. RGB value is (191,78,166). Sum of RGB (Red+Green+Blue) = 191+78+166=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4EA6 is #40B159. Grayscale: #797979. Windows color (decimal): -4239706 or 10899135. OLE color: 10899135.

HSL color Cylindrical-coordinate representation of color #BF4EA6: hue angle of 313.27º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4EA6 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19178166-
CMYK00.590.130.25
HSL313.27º46.89%52.75%-
HSV(B)313.27º59.16%74.9%-
XYZ31.0919.2838.16-
YUV121.82152.94177.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 166 (65.23% from 255) = 38.16%
R=43.91%
G=17.93%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917816600.590.130.25313.2746.8952.75
HexBF4EA603BD191392f35
Octal27711624607315314715765
Binary101111111001110101001100111011110111001100111001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EA6; }

 p { color: rgb(191,78,166); }

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

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

 a { background-color: rgb(191,78,166); }

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

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

 span { border-color: rgb(191,78,166); }

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