#BC71B0

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

Shades of Fuchsia #BC71B0

Tints of Fuchsia #BC71B0

Color information

#BC71B0 (or 0xBC71B0) is unknown color: approx Fuchsia. HEX triplet: BC, 71 and B0. RGB value is (188,113,176). Sum of RGB (Red+Green+Blue) = 188+113+176=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71B0 is #438E4F. Grayscale: #8E8E8E. Windows color (decimal): -4427344 or 11563452. OLE color: 11563452.

HSL color Cylindrical-coordinate representation of color #BC71B0: hue angle of 309.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC71B0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188113176-
CMYK00.400.060.26
HSL309.6º35.89%59.02%-
HSV(B)309.6º39.89%73.73%-
XYZ34.4825.6444.21-
YUV142.61146.85160.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=39.41%
G=23.69%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811317600.400.060.26309.635.8959.02
HexBC71B002861A136243b
Octal2741612600506324664473
Binary10111100111000110110000010100011011010100110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71B0; }

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

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

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

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

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

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

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

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