#BF71BF

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

Shades of Fuchsia #BF71BF

Tints of Fuchsia #BF71BF

Color information

#BF71BF (or 0xBF71BF) is unknown color: approx Fuchsia. HEX triplet: BF, 71 and BF. RGB value is (191,113,191). Sum of RGB (Red+Green+Blue) = 191+113+191=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71BF is #408E40. Grayscale: #909090. Windows color (decimal): -4230721 or 12546495. OLE color: 12546495.

HSL color Cylindrical-coordinate representation of color #BF71BF: hue angle of 300º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71BF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191113191-
CMYK00.4100.25
HSL300º37.86%59.61%-
HSV(B)300º40.84%74.9%-
XYZ36.7926.6552.49-
YUV145.21153.84160.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 191 (75% from 255) = 38.59%
R=38.59%
G=22.83%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111319100.4100.2530037.8659.61
HexBF71BF02901912c263c
Octal2771612770510314544674
Binary101111111110001101111110101001011001100101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71BF; }

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

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

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

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

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

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

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

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