#BF65BA

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

Shades of Fuchsia #BF65BA

Tints of Fuchsia #BF65BA

Color information

#BF65BA (or 0xBF65BA) is unknown color: approx Fuchsia. HEX triplet: BF, 65 and BA. RGB value is (191,101,186). Sum of RGB (Red+Green+Blue) = 191+101+186=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65BA is #409A45. Grayscale: #898989. Windows color (decimal): -4233798 or 12215743. OLE color: 12215743.

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

Color convert

RGB191101186-
CMYK00.470.030.25
HSL303.33º41.28%57.25%-
HSV(B)303.33º47.12%74.9%-
XYZ3523.9349.23-
YUV137.6155.32166.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=39.96%
G=21.13%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110118600.470.030.25303.3341.2857.25
HexBF65BA02F31912f2939
Octal2771452720573314575171
Binary1011111111001011011101001011111111001100101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65BA; }

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

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

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

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

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

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

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

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