#bf5fc1

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

Shades of Fuchsia #BF5FC1

Tints of Fuchsia #BF5FC1

Color information

#BF5FC1 (or 0xBF5FC1) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and C1. RGB value is (191,95,193). Sum of RGB (Red+Green+Blue) = 191+95+193=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FC1 is #40A03E. Grayscale: #868686. Windows color (decimal): -4235327 or 12672959. OLE color: 12672959.

HSL color Cylindrical-coordinate representation of color #BF5FC1: hue angle of 298.78º 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 #BF5FC1 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19195193-
CMYK0.010.5100.24
HSL298.78º44.14%56.47%-
HSV(B)298.78º50.78%75.69%-
XYZ35.223.1153.06-
YUV134.88160.8168.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=39.87%
G=19.83%
B=40.29%

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
Decimal191951930.010.5100.24298.7844.1456.47
HexBF5FC113301812b2c38
Octal2771373011630304535470
Binary101111111011111110000011110011011000100101011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5fc1; }

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

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

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

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

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

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

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

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