#BF3FBE

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

Shades of Fuchsia #BF3FBE

Tints of Fuchsia #BF3FBE

Color information

#BF3FBE (or 0xBF3FBE) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and BE. RGB value is (191,63,190). Sum of RGB (Red+Green+Blue) = 191+63+190=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FBE is #40C041. Grayscale: #737373. Windows color (decimal): -4243522 or 12468159. OLE color: 12468159.

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

Color convert

RGB19163190-
CMYK00.670.010.25
HSL300.47º50.39%49.8%-
HSV(B)300.47º67.02%74.9%-
XYZ32.5618.3550.54-
YUV115.75169.91181.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 63 (25% from 255) = 14.19%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=43.02%
G=14.19%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916319000.670.010.25300.4750.3949.8
HexBF3FBE04311912c3232
Octal2777727601031314546262
Binary101111111111111011111001000011111001100101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FBE; }

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

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

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

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

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

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

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

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