#BF65BF

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

Shades of Fuchsia #BF65BF

Tints of Fuchsia #BF65BF

Color information

#BF65BF (or 0xBF65BF) is unknown color: approx Fuchsia. HEX triplet: BF, 65 and BF. RGB value is (191,101,191). Sum of RGB (Red+Green+Blue) = 191+101+191=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65BF is #409A40. Grayscale: #898989. Windows color (decimal): -4233793 or 12543423. OLE color: 12543423.

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

Color convert

RGB191101191-
CMYK00.4700.25
HSL300º41.28%57.25%-
HSV(B)300º47.12%74.9%-
XYZ35.5424.1552.08-
YUV138.17157.82165.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 191 (75% from 255) = 39.54%
R=39.54%
G=20.91%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110119100.4700.2530041.2857.25
HexBF65BF02F01912c2939
Octal2771452770570314545171
Binary101111111100101101111110101111011001100101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65BF; }

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

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

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

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

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

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

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

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