#BC3EB3

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

Shades of Fuchsia #BC3EB3

Tints of Fuchsia #BC3EB3

Color information

#BC3EB3 (or 0xBC3EB3) is unknown color: approx Fuchsia. HEX triplet: BC, 3E and B3. RGB value is (188,62,179). Sum of RGB (Red+Green+Blue) = 188+62+179=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EB3 is #43C14C. Grayscale: #707070. Windows color (decimal): -4440397 or 11747004. OLE color: 11747004.

HSL color Cylindrical-coordinate representation of color #BC3EB3: hue angle of 304.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3EB3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18862179-
CMYK00.670.050.26
HSL304.29º50.4%49.02%-
HSV(B)304.29º67.02%73.73%-
XYZ30.617.3944.39-
YUV113.01165.24181.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=43.82%
G=14.45%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886217900.670.050.26304.2950.449.02
HexBC3EB304351A1303231
Octal2747626301035324606261
Binary10111100111110101100110100001110111010100110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3EB3; }

 p { color: rgb(188,62,179); }

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

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

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

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

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

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

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