#BF4CAC

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

Shades of Fuchsia #BF4CAC

Tints of Fuchsia #BF4CAC

Color information

#BF4CAC (or 0xBF4CAC) is unknown color: approx Fuchsia. HEX triplet: BF, 4C and AC. RGB value is (191,76,172). Sum of RGB (Red+Green+Blue) = 191+76+172=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CAC is #40B353. Grayscale: #797979. Windows color (decimal): -4240212 or 11291839. OLE color: 11291839.

HSL color Cylindrical-coordinate representation of color #BF4CAC: hue angle of 309.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CAC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19176172-
CMYK00.600.100.25
HSL309.91º47.33%52.35%-
HSV(B)309.91º60.21%74.9%-
XYZ31.5219.2241.08-
YUV121.33156.6177.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=43.51%
G=17.31%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917617200.600.100.25309.9147.3352.35
HexBF4CAC03CA191362f34
Octal27711425407412314665764
Binary101111111001100101011000111100101011001100110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4CAC; }

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

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

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

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

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

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

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

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