#BC3BB2

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

Shades of Fuchsia #BC3BB2

Tints of Fuchsia #BC3BB2

Color information

#BC3BB2 (or 0xBC3BB2) is unknown color: approx Fuchsia. HEX triplet: BC, 3B and B2. RGB value is (188,59,178). Sum of RGB (Red+Green+Blue) = 188+59+178=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BB2 is #43C44D. Grayscale: #6E6E6E. Windows color (decimal): -4441166 or 11680700. OLE color: 11680700.

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

Color convert

RGB18859178-
CMYK00.690.050.26
HSL304.65º52.23%48.43%-
HSV(B)304.65º68.62%73.73%-
XYZ30.3417.0343.81-
YUV111.14165.74182.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=44.24%
G=13.88%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885917800.690.050.26304.6552.2348.43
HexBC3BB204551A1313430
Octal2747326201055324616460
Binary10111100111011101100100100010110111010100110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3BB2; }

 p { color: rgb(188,59,178); }

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

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

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

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

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

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

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