#BF71BB

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

Shades of Fuchsia #BF71BB

Tints of Fuchsia #BF71BB

Color information

#BF71BB (or 0xBF71BB) is unknown color: approx Fuchsia. HEX triplet: BF, 71 and BB. RGB value is (191,113,187). Sum of RGB (Red+Green+Blue) = 191+113+187=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71BB is #408E44. Grayscale: #909090. Windows color (decimal): -4230725 or 12284351. OLE color: 12284351.

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

Color convert

RGB191113187-
CMYK00.410.020.25
HSL303.08º37.86%59.61%-
HSV(B)303.08º40.84%74.9%-
XYZ36.3626.4750.21-
YUV144.76151.84160.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=38.90%
G=23.01%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111318700.410.020.25303.0837.8659.61
HexBF71BB02921912f263c
Octal2771612730512314574674
Binary1011111111100011011101101010011011001100101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71BB; }

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

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

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

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

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

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

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

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