#BF3EC1

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

Shades of Fuchsia #BF3EC1

Tints of Fuchsia #BF3EC1

Color information

#BF3EC1 (or 0xBF3EC1) is unknown color: approx Fuchsia. HEX triplet: BF, 3E and C1. RGB value is (191,62,193). Sum of RGB (Red+Green+Blue) = 191+62+193=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EC1 is #40C13E. Grayscale: #737373. Windows color (decimal): -4243775 or 12664511. OLE color: 12664511.

HSL color Cylindrical-coordinate representation of color #BF3EC1: hue angle of 299.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3EC1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19162193-
CMYK0.010.6800.24
HSL299.08º51.37%50%-
HSV(B)299.08º67.88%75.69%-
XYZ32.8318.3752.27-
YUV115.5171.74181.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 62 (24.61% from 255) = 13.90%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=42.83%
G=13.90%
B=43.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191621930.010.6800.24299.0851.3750
HexBF3EC114401812b3332
Octal2777630111040304536362
Binary101111111111101100000111000100011000100101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EC1; }

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

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

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

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

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

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

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

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