#BF5EC1

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

Shades of Fuchsia #BF5EC1

Tints of Fuchsia #BF5EC1

Color information

#BF5EC1 (or 0xBF5EC1) is unknown color: approx Fuchsia. HEX triplet: BF, 5E and C1. RGB value is (191,94,193). Sum of RGB (Red+Green+Blue) = 191+94+193=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EC1 is #40A13E. Grayscale: #858585. Windows color (decimal): -4235583 or 12672703. OLE color: 12672703.

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

Color convert

RGB19194193-
CMYK0.010.5100.24
HSL298.79º44.39%56.27%-
HSV(B)298.79º51.3%75.69%-
XYZ35.1122.9353.03-
YUV134.29161.14168.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 94 (37.11% from 255) = 19.67%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=39.96%
G=19.67%
B=40.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191941930.010.5100.24298.7944.3956.27
HexBF5EC113301812b2c38
Octal2771363011630304535470
Binary101111111011110110000011110011011000100101011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5EC1; }

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

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

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

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

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

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

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

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