#BF65BB

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

Shades of Fuchsia #BF65BB

Tints of Fuchsia #BF65BB

Color information

#BF65BB (or 0xBF65BB) is unknown color: approx Fuchsia. HEX triplet: BF, 65 and BB. RGB value is (191,101,187). Sum of RGB (Red+Green+Blue) = 191+101+187=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65BB is #409A44. Grayscale: #898989. Windows color (decimal): -4233797 or 12281279. OLE color: 12281279.

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

Color convert

RGB191101187-
CMYK00.470.020.25
HSL302.67º41.28%57.25%-
HSV(B)302.67º47.12%74.9%-
XYZ35.1123.9749.79-
YUV137.71155.82166.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=39.87%
G=21.09%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110118700.470.020.25302.6741.2857.25
HexBF65BB02F21912f2939
Octal2771452730572314575171
Binary1011111111001011011101101011111011001100101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65BB; }

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

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

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

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

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

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

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

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