#BC42A6

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

Shades of Fuchsia #BC42A6

Tints of Fuchsia #BC42A6

Color information

#BC42A6 (or 0xBC42A6) is unknown color: approx Fuchsia. HEX triplet: BC, 42 and A6. RGB value is (188,66,166). Sum of RGB (Red+Green+Blue) = 188+66+166=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42A6 is #43BD59. Grayscale: #717171. Windows color (decimal): -4439386 or 10896060. OLE color: 10896060.

HSL color Cylindrical-coordinate representation of color #BC42A6: hue angle of 310.82º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC42A6 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18866166-
CMYK00.650.120.26
HSL310.82º48.03%49.8%-
HSV(B)310.82º64.89%73.73%-
XYZ29.5717.3437.87-
YUV113.88157.42180.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=44.76%
G=15.71%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886616600.650.120.26310.8248.0349.8
HexBC42A6041C1A1373032
Octal274102246010114324676062
Binary1011110010000101010011001000001110011010100110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC42A6; }

 p { color: rgb(188,66,166); }

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

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

 a { background-color: rgb(188,66,166); }

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

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

 span { border-color: rgb(188,66,166); }

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