#BC51AC

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

Shades of Fuchsia #BC51AC

Tints of Fuchsia #BC51AC

Color information

#BC51AC (or 0xBC51AC) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and AC. RGB value is (188,81,172). Sum of RGB (Red+Green+Blue) = 188+81+172=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AC is #43AE53. Grayscale: #7B7B7B. Windows color (decimal): -4435540 or 11293116. OLE color: 11293116.

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

Color convert

RGB18881172-
CMYK00.570.090.26
HSL308.97º44.4%52.75%-
HSV(B)308.97º56.91%73.73%-
XYZ31.1319.5541.16-
YUV123.37155.45174.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=42.63%
G=18.37%
B=39.00%

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
Decimal1888117200.570.090.26308.9744.452.75
HexBC51AC03991A1352c35
Octal27412125407111324655465
Binary101111001010001101011000111001100111010100110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51AC; }

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

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

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

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

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

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

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

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