#BC3ABA

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

Shades of Fuchsia #BC3ABA

Tints of Fuchsia #BC3ABA

Color information

#BC3ABA (or 0xBC3ABA) is unknown color: approx Fuchsia. HEX triplet: BC, 3A and BA. RGB value is (188,58,186). Sum of RGB (Red+Green+Blue) = 188+58+186=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ABA is #43C545. Grayscale: #6F6F6F. Windows color (decimal): -4441414 or 12204732. OLE color: 12204732.

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

Color convert

RGB18858186-
CMYK00.690.010.26
HSL300.92º52.85%48.24%-
HSV(B)300.92º69.15%73.73%-
XYZ31.1217.2648.15-
YUV111.46170.07182.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=43.52%
G=13.43%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885818600.690.010.26300.9252.8548.24
HexBC3ABA04511A12d3530
Octal2747227201051324556560
Binary101111001110101011101001000101111010100101101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3ABA; }

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

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

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

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

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

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

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

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