#BC71B8

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

Shades of Fuchsia #BC71B8

Tints of Fuchsia #BC71B8

Color information

#BC71B8 (or 0xBC71B8) is unknown color: approx Fuchsia. HEX triplet: BC, 71 and B8. RGB value is (188,113,184). Sum of RGB (Red+Green+Blue) = 188+113+184=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71B8 is #438E47. Grayscale: #8F8F8F. Windows color (decimal): -4427336 or 12087740. OLE color: 12087740.

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

Color convert

RGB188113184-
CMYK00.400.020.26
HSL303.2º35.89%59.02%-
HSV(B)303.2º39.89%73.73%-
XYZ35.325.9648.5-
YUV143.52150.85159.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=38.76%
G=23.30%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811318400.400.020.26303.235.8959.02
HexBC71B802821A12f243b
Octal2741612700502324574473
Binary1011110011100011011100001010001011010100101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71B8; }

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

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

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

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

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

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

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

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