#BF64BA

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

Shades of Fuchsia #BF64BA

Tints of Fuchsia #BF64BA

Color information

#BF64BA (or 0xBF64BA) is unknown color: approx Fuchsia. HEX triplet: BF, 64 and BA. RGB value is (191,100,186). Sum of RGB (Red+Green+Blue) = 191+100+186=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64BA is #409B45. Grayscale: #888888. Windows color (decimal): -4234054 or 12215487. OLE color: 12215487.

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

Color convert

RGB191100186-
CMYK00.480.030.25
HSL303.3º41.55%57.06%-
HSV(B)303.3º47.64%74.9%-
XYZ34.9123.7449.2-
YUV137.01155.65166.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=40.04%
G=20.96%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110018600.480.030.25303.341.5557.06
HexBF64BA03031912f2a39
Octal2771442720603314575271
Binary1011111111001001011101001100001111001100101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64BA; }

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

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

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

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

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

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

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

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