#BC41CA

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

Shades of Fuchsia #BC41CA

Tints of Fuchsia #BC41CA

Color information

#BC41CA (or 0xBC41CA) is unknown color: approx Fuchsia. HEX triplet: BC, 41 and CA. RGB value is (188,65,202). Sum of RGB (Red+Green+Blue) = 188+65+202=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41CA is #43BE35. Grayscale: #747474. Windows color (decimal): -4439606 or 13255100. OLE color: 13255100.

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

Color convert

RGB18865202-
CMYK0.070.6800.21
HSL293.87º56.38%52.35%-
HSV(B)293.87º67.82%79.22%-
XYZ33.2918.7457.74-
YUV117.4175.75178.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=41.32%
G=14.29%
B=44.40%

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
Decimal188652020.070.6800.21293.8756.3852.35
HexBC41CA7440151263834
Octal27410131271040254467064
Binary101111001000001110010101111000100010101100100110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41CA; }

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

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

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

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

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

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

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

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