#BF3FC5

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

Shades of Fuchsia #BF3FC5

Tints of Fuchsia #BF3FC5

Color information

#BF3FC5 (or 0xBF3FC5) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and C5. RGB value is (191,63,197). Sum of RGB (Red+Green+Blue) = 191+63+197=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF3FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FC5 is #40C03A. Grayscale: #747474. Windows color (decimal): -4243515 or 12926911. OLE color: 12926911.

HSL color Cylindrical-coordinate representation of color #BF3FC5: hue angle of 297.31º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3FC5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19163197-
CMYK0.030.6800.23
HSL297.31º53.6%50.98%-
HSV(B)297.31º68.02%77.25%-
XYZ33.3418.6654.67-
YUV116.55173.41181.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 197 (77.34% from 255) = 43.68%
R=42.35%
G=13.97%
B=43.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191631970.030.6800.23297.3153.650.98
HexBF3FC53440171293633
Octal2777730531040274516663
Binary1011111111111111000101111000100010111100101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FC5; }

 p { color: rgb(191,63,197); }

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

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

 a { background-color: rgb(191,63,197); }

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

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

 span { border-color: rgb(191,63,197); }

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