#BC51AB

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

Shades of Fuchsia #BC51AB

Tints of Fuchsia #BC51AB

Color information

#BC51AB (or 0xBC51AB) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and AB. RGB value is (188,81,171). Sum of RGB (Red+Green+Blue) = 188+81+171=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AB is #43AE54. Grayscale: #7B7B7B. Windows color (decimal): -4435541 or 11227580. OLE color: 11227580.

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

Color convert

RGB18881171-
CMYK00.570.090.26
HSL309.53º44.4%52.75%-
HSV(B)309.53º56.91%73.73%-
XYZ31.0319.5240.66-
YUV123.25154.95174.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=42.73%
G=18.41%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888117100.570.090.26309.5344.452.75
HexBC51AB03991A1362c35
Octal27412125307111324665465
Binary101111001010001101010110111001100111010100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51AB; }

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

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

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

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

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

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

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

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