#BC3AB6

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

Shades of Fuchsia #BC3AB6

Tints of Fuchsia #BC3AB6

Color information

#BC3AB6 (or 0xBC3AB6) is unknown color: approx Fuchsia. HEX triplet: BC, 3A and B6. RGB value is (188,58,182). Sum of RGB (Red+Green+Blue) = 188+58+182=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AB6 is #43C549. Grayscale: #6E6E6E. Windows color (decimal): -4441418 or 11942588. OLE color: 11942588.

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

Color convert

RGB18858182-
CMYK00.690.030.26
HSL302.77º52.85%48.24%-
HSV(B)302.77º69.15%73.73%-
XYZ30.717.0945.94-
YUV111.01168.07182.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 58 (23.05% from 255) = 13.55%
BLUE value IS 182 (71.48% from 255) = 42.52%
R=43.93%
G=13.55%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885818200.690.030.26302.7752.8548.24
HexBC3AB604531A12f3530
Octal2747226601053324576560
Binary1011110011101010110110010001011111010100101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3AB6; }

 p { color: rgb(188,58,182); }

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

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

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

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

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

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

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