#BC51AA

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

Shades of Fuchsia #BC51AA

Tints of Fuchsia #BC51AA

Color information

#BC51AA (or 0xBC51AA) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and AA. RGB value is (188,81,170). Sum of RGB (Red+Green+Blue) = 188+81+170=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AA is #43AE55. Grayscale: #7A7A7A. Windows color (decimal): -4435542 or 11162044. OLE color: 11162044.

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

Color convert

RGB18881170-
CMYK00.570.100.26
HSL310.09º44.4%52.75%-
HSV(B)310.09º56.91%73.73%-
XYZ30.9419.4840.16-
YUV123.14154.45174.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=42.82%
G=18.45%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888117000.570.100.26310.0944.452.75
HexBC51AA039A1A1362c35
Octal27412125207112324665465
Binary101111001010001101010100111001101011010100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51AA; }

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

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

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

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

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

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

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

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