#BF68BE

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

Shades of Fuchsia #BF68BE

Tints of Fuchsia #BF68BE

Color information

#BF68BE (or 0xBF68BE) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and BE. RGB value is (191,104,190). Sum of RGB (Red+Green+Blue) = 191+104+190=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BE is #409741. Grayscale: #8B8B8B. Windows color (decimal): -4233026 or 12478655. OLE color: 12478655.

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

Color convert

RGB191104190-
CMYK00.460.010.25
HSL300.69º40.47%57.84%-
HSV(B)300.69º45.55%74.9%-
XYZ35.7324.6951.6-
YUV139.82156.32164.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=39.38%
G=21.44%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110419000.460.010.25300.6940.4757.84
HexBF68BE02E11912d283a
Octal2771502760561314555072
Binary101111111101000101111100101110111001100101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68BE; }

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

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

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

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

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

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

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

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