#BF71BC

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

Shades of Fuchsia #BF71BC

Tints of Fuchsia #BF71BC

Color information

#BF71BC (or 0xBF71BC) is unknown color: approx Fuchsia. HEX triplet: BF, 71 and BC. RGB value is (191,113,188). Sum of RGB (Red+Green+Blue) = 191+113+188=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71BC is #408E43. Grayscale: #909090. Windows color (decimal): -4230724 or 12349887. OLE color: 12349887.

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

Color convert

RGB191113188-
CMYK00.410.020.25
HSL302.31º37.86%59.61%-
HSV(B)302.31º40.84%74.9%-
XYZ36.4726.5250.77-
YUV144.87152.34160.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=38.82%
G=22.97%
B=38.21%

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
Decimal19111318800.410.020.25302.3137.8659.61
HexBF71BC02921912e263c
Octal2771612740512314564674
Binary1011111111100011011110001010011011001100101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71BC; }

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

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

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

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

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

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

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

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