#BF4FB3

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

Shades of Fuchsia #BF4FB3

Tints of Fuchsia #BF4FB3

Color information

#BF4FB3 (or 0xBF4FB3) is unknown color: approx Fuchsia. HEX triplet: BF, 4F and B3. RGB value is (191,79,179). Sum of RGB (Red+Green+Blue) = 191+79+179=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FB3 is #40B04C. Grayscale: #7B7B7B. Windows color (decimal): -4239437 or 11751359. OLE color: 11751359.

HSL color Cylindrical-coordinate representation of color #BF4FB3: hue angle of 306.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4FB3 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19179179-
CMYK00.590.060.25
HSL306.43º46.67%52.94%-
HSV(B)306.43º58.64%74.9%-
XYZ32.4219.9244.78-
YUV123.89159.11175.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=42.54%
G=17.59%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917917900.590.060.25306.4346.6752.94
HexBF4FB303B6191322f35
Octal2771172630736314625765
Binary10111111100111110110011011101111011001100110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FB3; }

 p { color: rgb(191,79,179); }

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

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

 a { background-color: rgb(191,79,179); }

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

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

 span { border-color: rgb(191,79,179); }

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