#BF3FAA

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

Shades of Fuchsia #BF3FAA

Tints of Fuchsia #BF3FAA

Color information

#BF3FAA (or 0xBF3FAA) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and AA. RGB value is (191,63,170). Sum of RGB (Red+Green+Blue) = 191+63+170=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FAA is #40C055. Grayscale: #717171. Windows color (decimal): -4243542 or 11157439. OLE color: 11157439.

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

Color convert

RGB19163170-
CMYK00.670.110.25
HSL309.84º50.39%49.8%-
HSV(B)309.84º67.02%74.9%-
XYZ30.5217.5339.81-
YUV113.47159.91183.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=45.05%
G=14.86%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916317000.670.110.25309.8450.3949.8
HexBF3FAA043B191363232
Octal27777252010313314666262
Binary101111111111111010101001000011101111001100110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FAA; }

 p { color: rgb(191,63,170); }

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

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

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

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

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

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

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