#BF68BA

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

Shades of Fuchsia #BF68BA

Tints of Fuchsia #BF68BA

Color information

#BF68BA (or 0xBF68BA) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and BA. RGB value is (191,104,186). Sum of RGB (Red+Green+Blue) = 191+104+186=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BA is #409745. Grayscale: #8B8B8B. Windows color (decimal): -4233030 or 12216511. OLE color: 12216511.

HSL color Cylindrical-coordinate representation of color #BF68BA: hue angle of 303.45º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68BA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191104186-
CMYK00.460.030.25
HSL303.45º40.47%57.84%-
HSV(B)303.45º45.55%74.9%-
XYZ35.324.5249.33-
YUV139.36154.32164.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=39.71%
G=21.62%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110418600.460.030.25303.4540.4757.84
HexBF68BA02E31912f283a
Octal2771502720563314575072
Binary1011111111010001011101001011101111001100101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68BA; }

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

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

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

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

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

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

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

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