#BC71C6

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

Shades of Fuchsia #BC71C6

Tints of Fuchsia #BC71C6

Color information

#BC71C6 (or 0xBC71C6) is unknown color: approx Fuchsia. HEX triplet: BC, 71 and C6. RGB value is (188,113,198). Sum of RGB (Red+Green+Blue) = 188+113+198=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC71C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C6 is #438E39. Grayscale: #909090. Windows color (decimal): -4427322 or 13005244. OLE color: 13005244.

HSL color Cylindrical-coordinate representation of color #BC71C6: hue angle of 292.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC71C6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188113198-
CMYK0.050.4300.22
HSL292.94º42.71%60.98%-
HSV(B)292.94º42.93%77.65%-
XYZ36.8426.5856.61-
YUV145.12157.85158.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=37.68%
G=22.65%
B=39.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881131980.050.4300.22292.9442.7160.98
HexBC71C652B0161252b3d
Octal2741613065530264455375
Binary10111100111000111000110101101011010110100100101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71C6; }

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

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

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

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

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

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

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

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