#BC3DA9

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

Shades of Fuchsia #BC3DA9

Tints of Fuchsia #BC3DA9

Color information

#BC3DA9 (or 0xBC3DA9) is unknown color: approx Fuchsia. HEX triplet: BC, 3D and A9. RGB value is (188,61,169). Sum of RGB (Red+Green+Blue) = 188+61+169=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3DA9 is #43C256. Grayscale: #6E6E6E. Windows color (decimal): -4440663 or 11091388. OLE color: 11091388.

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

Color convert

RGB18861169-
CMYK00.680.100.26
HSL308.98º51%48.82%-
HSV(B)308.98º67.55%73.73%-
XYZ29.5716.8939.24-
YUV111.28160.58182.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 61 (24.22% from 255) = 14.59%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=44.98%
G=14.59%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886116900.680.100.26308.985148.82
HexBC3DA9044A1A1353331
Octal27475251010412324656361
Binary101111001111011010100101000100101011010100110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3DA9; }

 p { color: rgb(188,61,169); }

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

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

 a { background-color: rgb(188,61,169); }

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

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

 span { border-color: rgb(188,61,169); }

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