#BC71C1

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

Shades of Fuchsia #BC71C1

Tints of Fuchsia #BC71C1

Color information

#BC71C1 (or 0xBC71C1) is unknown color: approx Fuchsia. HEX triplet: BC, 71 and C1. RGB value is (188,113,193). Sum of RGB (Red+Green+Blue) = 188+113+193=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C1 is #438E3E. Grayscale: #909090. Windows color (decimal): -4427327 or 12677564. OLE color: 12677564.

HSL color Cylindrical-coordinate representation of color #BC71C1: hue angle of 296.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC71C1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188113193-
CMYK0.030.4100.24
HSL296.25º39.22%60%-
HSV(B)296.25º41.45%75.69%-
XYZ36.2726.3553.63-
YUV144.55155.35159-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=38.06%
G=22.87%
B=39.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881131930.030.4100.24296.2539.2260
HexBC71C1329018128273c
Octal2741613013510304504774
Binary1011110011100011100000111101001011000100101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71C1; }

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

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

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

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

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

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

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

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