#BF71BE

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

Shades of Fuchsia #BF71BE

Tints of Fuchsia #BF71BE

Color information

#BF71BE (or 0xBF71BE) is unknown color: approx Fuchsia. HEX triplet: BF, 71 and BE. RGB value is (191,113,190). Sum of RGB (Red+Green+Blue) = 191+113+190=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71BE is #408E41. Grayscale: #909090. Windows color (decimal): -4230722 or 12480959. OLE color: 12480959.

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

Color convert

RGB191113190-
CMYK00.410.010.25
HSL300.77º37.86%59.61%-
HSV(B)300.77º40.84%74.9%-
XYZ36.6926.651.92-
YUV145.1153.34160.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=38.66%
G=22.87%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111319000.410.010.25300.7737.8659.61
HexBF71BE02911912d263c
Octal2771612760511314554674
Binary101111111110001101111100101001111001100101101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71BE; }

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

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

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

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

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

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

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

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