#BC40C9

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

Shades of Fuchsia #BC40C9

Tints of Fuchsia #BC40C9

Color information

#BC40C9 (or 0xBC40C9) is unknown color: approx Fuchsia. HEX triplet: BC, 40 and C9. RGB value is (188,64,201). Sum of RGB (Red+Green+Blue) = 188+64+201=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40C9 is #43BF36. Grayscale: #747474. Windows color (decimal): -4439863 or 13189308. OLE color: 13189308.

HSL color Cylindrical-coordinate representation of color #BC40C9: hue angle of 294.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC40C9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18864201-
CMYK0.060.6800.21
HSL294.31º55.92%51.96%-
HSV(B)294.31º68.16%78.82%-
XYZ33.1218.5857.1-
YUV116.69175.58178.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 201 (78.91% from 255) = 44.37%
R=41.50%
G=14.13%
B=44.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188642010.060.6800.21294.3155.9251.96
HexBC40C96440151263834
Octal27410031161040254467064
Binary101111001000000110010011101000100010101100100110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC40C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC40C9; }

 p { color: rgb(188,64,201); }

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

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

 a { background-color: rgb(188,64,201); }

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

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

 span { border-color: rgb(188,64,201); }

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