#BF47BF

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

Shades of Fuchsia #BF47BF

Tints of Fuchsia #BF47BF

Color information

#BF47BF (or 0xBF47BF) is unknown color: approx Fuchsia. HEX triplet: BF, 47 and BF. RGB value is (191,71,191). Sum of RGB (Red+Green+Blue) = 191+71+191=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF47BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47BF is #40B840. Grayscale: #787878. Windows color (decimal): -4241473 or 12535743. OLE color: 12535743.

HSL color Cylindrical-coordinate representation of color #BF47BF: hue angle of 300º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47BF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19171191-
CMYK00.6300.25
HSL300º48.39%51.37%-
HSV(B)300º62.83%74.9%-
XYZ33.1419.3451.28-
YUV120.56167.76178.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 191 (75% from 255) = 42.16%
R=42.16%
G=15.67%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917119100.6300.2530048.3951.37
HexBF47BF03F01912c3033
Octal2771072770770314546063
Binary101111111000111101111110111111011001100101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF47BF; }

 p { color: rgb(191,71,191); }

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

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

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

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

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

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

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