#BC40CA

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

Shades of Fuchsia #BC40CA

Tints of Fuchsia #BC40CA

Color information

#BC40CA (or 0xBC40CA) is unknown color: approx Fuchsia. HEX triplet: BC, 40 and CA. RGB value is (188,64,202). Sum of RGB (Red+Green+Blue) = 188+64+202=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40CA is #43BF35. Grayscale: #747474. Windows color (decimal): -4439862 or 13254844. OLE color: 13254844.

HSL color Cylindrical-coordinate representation of color #BC40CA: hue angle of 293.91º degrees, saturation: 0.57, 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 #BC40CA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18864202-
CMYK0.070.6800.21
HSL293.91º56.56%52.16%-
HSV(B)293.91º68.32%79.22%-
XYZ33.2318.6257.72-
YUV116.81176.08178.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=41.41%
G=14.10%
B=44.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188642020.070.6800.21293.9156.5652.16
HexBC40CA7440151263934
Octal27410031271040254467164
Binary101111001000000110010101111000100010101100100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC40CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC40CA; }

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

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

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

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

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

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

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

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