#BF64BC

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

Shades of Fuchsia #BF64BC

Tints of Fuchsia #BF64BC

Color information

#BF64BC (or 0xBF64BC) is unknown color: approx Fuchsia. HEX triplet: BF, 64 and BC. RGB value is (191,100,188). Sum of RGB (Red+Green+Blue) = 191+100+188=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64BC is #409B43. Grayscale: #888888. Windows color (decimal): -4234052 or 12346559. OLE color: 12346559.

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

Color convert

RGB191100188-
CMYK00.480.020.25
HSL301.98º41.55%57.06%-
HSV(B)301.98º47.64%74.9%-
XYZ35.1223.8250.32-
YUV137.24156.65166.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=39.87%
G=20.88%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110018800.480.020.25301.9841.5557.06
HexBF64BC03021912e2a39
Octal2771442740602314565271
Binary1011111111001001011110001100001011001100101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64BC; }

 p { color: rgb(191,100,188); }

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

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

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

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

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

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

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