#BC4ABC

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

Shades of Fuchsia #BC4ABC

Tints of Fuchsia #BC4ABC

Color information

#BC4ABC (or 0xBC4ABC) is unknown color: approx Fuchsia. HEX triplet: BC, 4A and BC. RGB value is (188,74,188). Sum of RGB (Red+Green+Blue) = 188+74+188=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ABC is #43B543. Grayscale: #787878. Windows color (decimal): -4437316 or 12339900. OLE color: 12339900.

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

Color convert

RGB18874188-
CMYK00.6100.26
HSL300º45.97%51.37%-
HSV(B)300º60.64%73.73%-
XYZ32.2619.2249.59-
YUV121.08165.77175.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=41.78%
G=16.44%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887418800.6100.2630045.9751.37
HexBC4ABC03D01A12c2e33
Octal2741122740750324545663
Binary101111001001010101111000111101011010100101100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4ABC; }

 p { color: rgb(188,74,188); }

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

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

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

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

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

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

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