#BC71B7

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

Shades of Fuchsia #BC71B7

Tints of Fuchsia #BC71B7

Color information

#BC71B7 (or 0xBC71B7) is unknown color: approx Fuchsia. HEX triplet: BC, 71 and B7. RGB value is (188,113,183). Sum of RGB (Red+Green+Blue) = 188+113+183=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71B7 is #438E48. Grayscale: #8F8F8F. Windows color (decimal): -4427337 or 12022204. OLE color: 12022204.

HSL color Cylindrical-coordinate representation of color #BC71B7: hue angle of 304º 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 #BC71B7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188113183-
CMYK00.400.030.26
HSL304º35.89%59.02%-
HSV(B)304º39.89%73.73%-
XYZ35.1925.9247.95-
YUV143.4150.35159.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=38.84%
G=23.35%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811318300.400.030.2630435.8959.02
HexBC71B702831A130243b
Octal2741612670503324604473
Binary1011110011100011011011101010001111010100110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71B7; }

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

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

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

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

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

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

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

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