#BF4EAC

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

Shades of Fuchsia #BF4EAC

Tints of Fuchsia #BF4EAC

Color information

#BF4EAC (or 0xBF4EAC) is unknown color: approx Fuchsia. HEX triplet: BF, 4E and AC. RGB value is (191,78,172). Sum of RGB (Red+Green+Blue) = 191+78+172=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4EAC is #40B153. Grayscale: #7A7A7A. Windows color (decimal): -4239700 or 11292351. OLE color: 11292351.

HSL color Cylindrical-coordinate representation of color #BF4EAC: hue angle of 310.09º 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 #BF4EAC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19178172-
CMYK00.590.100.25
HSL310.09º46.89%52.75%-
HSV(B)310.09º59.16%74.9%-
XYZ31.6619.541.13-
YUV122.5155.94176.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=43.31%
G=17.69%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917817200.590.100.25310.0946.8952.75
HexBF4EAC03BA191362f35
Octal27711625407312314665765
Binary101111111001110101011000111011101011001100110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EAC; }

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

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

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

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

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

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

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

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