#BF3FB9

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

Shades of Fuchsia #BF3FB9

Tints of Fuchsia #BF3FB9

Color information

#BF3FB9 (or 0xBF3FB9) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and B9. RGB value is (191,63,185). Sum of RGB (Red+Green+Blue) = 191+63+185=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FB9 is #40C046. Grayscale: #727272. Windows color (decimal): -4243527 or 12140479. OLE color: 12140479.

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

Color convert

RGB19163185-
CMYK00.670.030.25
HSL302.81º50.39%49.8%-
HSV(B)302.81º67.02%74.9%-
XYZ32.0218.1347.71-
YUV115.18167.41182.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=43.51%
G=14.35%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916318500.670.030.25302.8150.3949.8
HexBF3FB904331912f3232
Octal2777727101033314576262
Binary1011111111111110111001010000111111001100101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FB9; }

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

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

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

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

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

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

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

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