#BF4CAB

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

Shades of Fuchsia #BF4CAB

Tints of Fuchsia #BF4CAB

Color information

#BF4CAB (or 0xBF4CAB) is unknown color: approx Fuchsia. HEX triplet: BF, 4C and AB. RGB value is (191,76,171). Sum of RGB (Red+Green+Blue) = 191+76+171=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CAB is #40B354. Grayscale: #787878. Windows color (decimal): -4240213 or 11226303. OLE color: 11226303.

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

Color convert

RGB19176171-
CMYK00.600.100.25
HSL310.43º47.33%52.35%-
HSV(B)310.43º60.21%74.9%-
XYZ31.4219.1940.58-
YUV121.21156.1177.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=43.61%
G=17.35%
B=39.04%

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
Decimal1917617100.600.100.25310.4347.3352.35
HexBF4CAB03CA191362f34
Octal27711425307412314665764
Binary101111111001100101010110111100101011001100110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4CAB; }

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

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

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

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

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

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

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

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