#BC58AA

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

Shades of Fuchsia #BC58AA

Tints of Fuchsia #BC58AA

Color information

#BC58AA (or 0xBC58AA) is unknown color: approx Fuchsia. HEX triplet: BC, 58 and AA. RGB value is (188,88,170). Sum of RGB (Red+Green+Blue) = 188+88+170=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58AA is #43A755. Grayscale: #7F7F7F. Windows color (decimal): -4433750 or 11163836. OLE color: 11163836.

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

Color convert

RGB18888170-
CMYK00.530.100.26
HSL310.8º42.74%54.12%-
HSV(B)310.8º53.19%73.73%-
XYZ31.4820.5740.34-
YUV127.25152.13171.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=42.15%
G=19.73%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888817000.530.100.26310.842.7454.12
HexBC58AA035A1A1372b36
Octal27413025206512324675366
Binary101111001011000101010100110101101011010100110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58AA; }

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

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

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

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

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

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

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

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