#BC3EBD

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

Shades of Fuchsia #BC3EBD

Tints of Fuchsia #BC3EBD

Color information

#BC3EBD (or 0xBC3EBD) is unknown color: approx Fuchsia. HEX triplet: BC, 3E and BD. RGB value is (188,62,189). Sum of RGB (Red+Green+Blue) = 188+62+189=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC3EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EBD is #43C142. Grayscale: #717171. Windows color (decimal): -4440387 or 12402364. OLE color: 12402364.

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

Color convert

RGB18862189-
CMYK0.010.6700.26
HSL299.53º50.6%49.22%-
HSV(B)299.53º67.2%74.12%-
XYZ31.6517.8149.91-
YUV114.15170.24180.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 62 (24.61% from 255) = 14.12%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=42.82%
G=14.12%
B=43.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188621890.010.6700.26299.5350.649.22
HexBC3EBD14301A12c3331
Octal2747627511030324546361
Binary101111001111101011110111000011011010100101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3EBD; }

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

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

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

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

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

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

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

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