#bf4fc3

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

Shades of Fuchsia #BF4FC3

Tints of Fuchsia #BF4FC3

Color information

#BF4FC3 (or 0xBF4FC3) is unknown color: approx Fuchsia. HEX triplet: BF, 4F and C3. RGB value is (191,79,195). Sum of RGB (Red+Green+Blue) = 191+79+195=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF4FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FC3 is #40B03C. Grayscale: #7D7D7D. Windows color (decimal): -4239421 or 12799935. OLE color: 12799935.

HSL color Cylindrical-coordinate representation of color #BF4FC3: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4FC3 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19179195-
CMYK0.020.5900.24
HSL297.93º49.15%53.73%-
HSV(B)297.93º59.49%76.47%-
XYZ34.1320.6153.81-
YUV125.71167.11174.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=41.08%
G=16.99%
B=41.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191791950.020.5900.24297.9349.1553.73
HexBF4FC323B01812a3136
Octal2771173032730304526166
Binary1011111110011111100001110111011011000100101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4fc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4fc3; }

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

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

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

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

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

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

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

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