#BC31AB

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

Shades of Fuchsia #BC31AB

Tints of Fuchsia #BC31AB

Color information

#BC31AB (or 0xBC31AB) is unknown color: approx Fuchsia. HEX triplet: BC, 31 and AB. RGB value is (188,49,171). Sum of RGB (Red+Green+Blue) = 188+49+171=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31AB is #43CE54. Grayscale: #686868. Windows color (decimal): -4443733 or 11219388. OLE color: 11219388.

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

Color convert

RGB18849171-
CMYK00.740.090.26
HSL307.34º58.65%46.47%-
HSV(B)307.34º73.94%73.73%-
XYZ29.1915.8340.04-
YUV104.47165.55187.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 49 (19.53% from 255) = 12.01%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=46.08%
G=12.01%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884917100.740.090.26307.3458.6546.47
HexBC31AB04A91A1333b2e
Octal27461253011211324637356
Binary101111001100011010101101001010100111010100110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC31AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC31AB; }

 p { color: rgb(188,49,171); }

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

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

 a { background-color: rgb(188,49,171); }

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

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

 span { border-color: rgb(188,49,171); }

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