#BF3EC6

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

Shades of Fuchsia #BF3EC6

Tints of Fuchsia #BF3EC6

Color information

#BF3EC6 (or 0xBF3EC6) is unknown color: approx Fuchsia. HEX triplet: BF, 3E and C6. RGB value is (191,62,198). Sum of RGB (Red+Green+Blue) = 191+62+198=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EC6 is #40C139. Grayscale: #737373. Windows color (decimal): -4243770 or 12992191. OLE color: 12992191.

HSL color Cylindrical-coordinate representation of color #BF3EC6: hue angle of 296.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3EC6 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19162198-
CMYK0.040.6900.22
HSL296.91º54.4%50.98%-
HSV(B)296.91º68.69%77.65%-
XYZ33.418.655.26-
YUV116.07174.24181.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 62 (24.61% from 255) = 13.75%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=42.35%
G=13.75%
B=43.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191621980.040.6900.22296.9154.450.98
HexBF3EC64450161293633
Octal2777630641050264516663
Binary10111111111110110001101001000101010110100101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EC6; }

 p { color: rgb(191,62,198); }

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

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

 a { background-color: rgb(191,62,198); }

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

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

 span { border-color: rgb(191,62,198); }

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