#BF71C4

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

Shades of Fuchsia #BF71C4

Tints of Fuchsia #BF71C4

Color information

#BF71C4 (or 0xBF71C4) is unknown color: approx Fuchsia. HEX triplet: BF, 71 and C4. RGB value is (191,113,196). Sum of RGB (Red+Green+Blue) = 191+113+196=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF71C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71C4 is #408E3B. Grayscale: #919191. Windows color (decimal): -4230716 or 12874175. OLE color: 12874175.

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

Color convert

RGB191113196-
CMYK0.030.4200.23
HSL296.39º41.29%60.59%-
HSV(B)296.39º42.35%76.86%-
XYZ37.3526.8755.44-
YUV145.78156.34160.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=38.2%
G=22.6%
B=39.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911131960.030.4200.23296.3941.2960.59
HexBF71C432A017128293d
Octal2771613043520274505175
Binary1011111111100011100010011101010010111100101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71C4; }

 p { color: rgb(191,113,196); }

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

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

 a { background-color: rgb(191,113,196); }

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

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

 span { border-color: rgb(191,113,196); }

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